Marcoz commited on
Commit
f14a462
1 Parent(s): ff29d1b

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  base_model: google-t5/t5-small
3
  library_name: peft
 
 
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -11,10 +13,13 @@ 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,11 +44,14 @@ The following hyperparameters were used during training:
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
 
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
  <!-- 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/qpe1e9fe)
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.1025
22
+ - Accuracy: 0.0064
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 1
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 0.1773 | 1.0 | 1057 | 0.1025 | 0.0064 |
55
 
56
 
57
  ### Framework versions
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
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",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "k",
24
  "o",
25
+ "q",
26
+ "v"
27
  ],
28
  "task_type": "SEQ_2_SEQ_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93a479c3b20851a1675f8c95b456602e7515b4adaf79005585a12ae6eb51f8d9
3
  size 1199384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3147f6cf51ca9d0cf3ad00f3876686cc3900f491598ae9bb0e410f93b1dcaa
3
  size 1199384
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e148be22a31a4a75005ebb470e79e4f5c3f397a102a4da98a2b78ecf6057bb85
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb32ae384cee172a5834aabdd4f735507adbbae1c2561c3ff9628c10bde6b57
3
  size 5240