thyagosme commited on
Commit
c88dcf5
1 Parent(s): 7db2b01

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the swag dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.3863
22
- - Accuracy: 0.2466
23
 
24
  ## Model description
25
 
@@ -38,19 +38,21 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 0.05
42
  - train_batch_size: 16
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
- - num_epochs: 1
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.462 | 1.0 | 4597 | 1.3863 | 0.2466 |
 
 
54
 
55
 
56
  ### Framework versions
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the swag dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.0438
22
+ - Accuracy: 0.7915
23
 
24
  ## Model description
25
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
  - train_batch_size: 16
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
+ - num_epochs: 3
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 0.7708 | 1.0 | 4597 | 0.6025 | 0.7659 |
54
+ | 0.4015 | 2.0 | 9194 | 0.6287 | 0.7841 |
55
+ | 0.1501 | 3.0 | 13791 | 1.0438 | 0.7915 |
56
 
57
 
58
  ### Framework versions