update model card README.md
Browse files
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:
|
22 |
-
- Accuracy: 0.
|
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.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
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
|