amritpuhan commited on
Commit
edcefc9
1 Parent(s): 9738acd

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the swag dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.7296
24
- - Accuracy: 0.7193
25
 
26
  ## Model description
27
 
@@ -46,16 +46,18 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 4
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 1.0301 | 1.0 | 1150 | 0.8275 | 0.6817 |
56
- | 0.9302 | 2.0 | 2300 | 0.7588 | 0.7089 |
57
- | 0.898 | 3.0 | 3450 | 0.7368 | 0.7175 |
58
- | 0.8831 | 4.0 | 4600 | 0.7296 | 0.7193 |
 
 
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the swag dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.6912
24
+ - Accuracy: 0.7347
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 6
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 1.02 | 1.0 | 1150 | 0.8192 | 0.6860 |
56
+ | 0.9222 | 2.0 | 2300 | 0.7436 | 0.7128 |
57
+ | 0.8859 | 3.0 | 3450 | 0.7166 | 0.7247 |
58
+ | 0.8639 | 4.0 | 4600 | 0.7008 | 0.7295 |
59
+ | 0.8689 | 5.0 | 5750 | 0.6954 | 0.7335 |
60
+ | 0.8639 | 6.0 | 6900 | 0.6912 | 0.7347 |
61
 
62
 
63
  ### Framework versions