End of training
Browse files- README.md +2 -11
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
base_model: google-t5/t5-small
|
3 |
library_name: peft
|
4 |
-
metrics:
|
5 |
-
- accuracy
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
@@ -13,13 +11,10 @@ model-index:
|
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/zhuangc19/cs5740-sp24-assignment-4-Marcozc19/runs/
|
17 |
# ft-t5-small-on-airlineDB
|
18 |
|
19 |
This model is a fine-tuned version of [google t5-small](https://huggingface.co/google t5-small) on the custom airlineDB dataset.
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.0565
|
22 |
-
- Accuracy: 0.1459
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,15 +39,11 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| 0.15 | 1.0 | 1057 | 0.0772 | 0.1202 |
|
55 |
-
| 0.0957 | 2.0 | 2114 | 0.0565 | 0.1459 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
1 |
---
|
2 |
base_model: google-t5/t5-small
|
3 |
library_name: peft
|
|
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/zhuangc19/cs5740-sp24-assignment-4-Marcozc19/runs/hj1n2hx5)
|
15 |
# ft-t5-small-on-airlineDB
|
16 |
|
17 |
This model is a fine-tuned version of [google t5-small](https://huggingface.co/google t5-small) on the custom airlineDB dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 0
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o",
|
24 |
-
"k",
|
25 |
"v",
|
|
|
|
|
26 |
"q"
|
27 |
],
|
28 |
"task_type": "SEQ_2_SEQ_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"v",
|
24 |
+
"k",
|
25 |
+
"o",
|
26 |
"q"
|
27 |
],
|
28 |
"task_type": "SEQ_2_SEQ_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1199384
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93a479c3b20851a1675f8c95b456602e7515b4adaf79005585a12ae6eb51f8d9
|
3 |
size 1199384
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e148be22a31a4a75005ebb470e79e4f5c3f397a102a4da98a2b78ecf6057bb85
|
3 |
size 5240
|