augmdc commited on
Commit
a182a9d
1 Parent(s): d30554d

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [google/bigbird-roberta-base](https://huggingface.co/google/bigbird-roberta-base) on the race dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.3863
23
- - Accuracy: 0.2639
24
 
25
  ## Model description
26
 
@@ -40,20 +40,21 @@ More information needed
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 5e-05
43
- - train_batch_size: 2
44
- - eval_batch_size: 2
45
  - seed: 42
46
- - gradient_accumulation_steps: 4
47
- - total_train_batch_size: 8
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 1
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 1.3883 | 1.0 | 3177 | 1.3863 | 0.2639 |
 
57
 
58
 
59
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [google/bigbird-roberta-base](https://huggingface.co/google/bigbird-roberta-base) on the race dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.0178
23
+ - Accuracy: 0.5884
24
 
25
  ## Model description
26
 
 
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 5e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
  - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 16
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 2
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 1.313 | 1.0 | 1589 | 1.2015 | 0.4896 |
57
+ | 1.0197 | 2.0 | 3178 | 1.0178 | 0.5884 |
58
 
59
 
60
  ### Framework versions