jhoonk commited on
Commit
19ee036
·
1 Parent(s): a07a487

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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: 0.9830
22
- - Accuracy: 0.7885
23
 
24
  ## Model description
25
 
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
- | 0.7446 | 1.0 | 4597 | 0.6170 | 0.7600 |
54
- | 0.3829 | 2.0 | 9194 | 0.6413 | 0.7813 |
55
- | 0.1384 | 3.0 | 13791 | 0.9830 | 0.7885 |
56
 
57
 
58
  ### 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.0032
22
+ - Accuracy: 0.7914
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 0.7546 | 1.0 | 4597 | 0.5984 | 0.7654 |
54
+ | 0.3706 | 2.0 | 9194 | 0.6242 | 0.7833 |
55
+ | 0.1351 | 3.0 | 13791 | 1.0032 | 0.7914 |
56
 
57
 
58
  ### Framework versions