mamlong34 commited on
Commit
f5cc390
1 Parent(s): 8d375ef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - cosmos_qa
7
  metrics:
8
  - accuracy
9
  model-index:
@@ -16,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # t5_small_race_mutlirc
18
 
19
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the cosmos_qa dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5929
22
- - Accuracy: 0.4794
23
 
24
  ## Model description
25
 
@@ -38,22 +36,22 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 5e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 16
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - lr_scheduler_warmup_steps: 50
48
  - num_epochs: 3.0
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 0.7069 | 1.0 | 1250 | 0.6522 | 0.396 |
55
- | 0.6595 | 2.0 | 2500 | 0.6009 | 0.4693 |
56
- | 0.6374 | 3.0 | 3750 | 0.5929 | 0.4794 |
57
 
58
 
59
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  model-index:
 
14
 
15
  # t5_small_race_mutlirc
16
 
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5760
20
+ - Accuracy: 0.5259
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
  - train_batch_size: 8
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 1000
46
  - num_epochs: 3.0
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Accuracy | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:--------:|:---------------:|
52
+ | 0.6043 | 1.0 | 14141 | 0.4832 | 0.5925 |
53
+ | 0.5647 | 2.0 | 28282 | 0.5152 | 0.5659 |
54
+ | 0.5237 | 3.0 | 42423 | 0.5760 | 0.5259 |
55
 
56
 
57
  ### Framework versions