mamlong34 commited on
Commit
4a06192
·
1 Parent(s): 88bf5c9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the race dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6367
22
- - Accuracy: 0.2738
23
 
24
  ## Model description
25
 
@@ -38,13 +38,13 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 0.0001
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
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: 10
48
  - num_epochs: 3.0
49
 
50
  ### Training results
 
18
 
19
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the race dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6650
22
+ - Accuracy: 0.308
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 0.0003
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
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: 100
48
  - num_epochs: 3.0
49
 
50
  ### Training results