update model card README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ 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.
|
22 |
- Accuracy: 0.7888
|
23 |
|
24 |
## Model description
|
@@ -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.0337
|
22 |
- Accuracy: 0.7888
|
23 |
|
24 |
## Model description
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
+
| 0.7451 | 1.0 | 4597 | 0.5944 | 0.7696 |
|
54 |
+
| 0.3709 | 2.0 | 9194 | 0.6454 | 0.7803 |
|
55 |
+
| 0.1444 | 3.0 | 13791 | 1.0337 | 0.7888 |
|
56 |
|
57 |
|
58 |
### Framework versions
|