update model card README.md
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [irfanamal/roberta_multiple_choice](https://huggingface.co/irfanamal/roberta_multiple_choice) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 1.
|
| 21 |
-
- Accuracy: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -49,13 +49,14 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
-
| 1.
|
| 53 |
-
| 1.
|
| 54 |
-
| 1.
|
| 55 |
-
|
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [irfanamal/roberta_multiple_choice](https://huggingface.co/irfanamal/roberta_multiple_choice) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 1.1469
|
| 21 |
+
- Accuracy: 0.5
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
+
| 1.338 | 1.0 | 12 | 1.1827 | 0.55 |
|
| 53 |
+
| 1.1544 | 2.0 | 24 | 1.1561 | 0.55 |
|
| 54 |
+
| 1.129 | 3.0 | 36 | 1.1241 | 0.55 |
|
| 55 |
+
| 1.0178 | 4.0 | 48 | 1.1460 | 0.55 |
|
| 56 |
+
| 0.9574 | 5.0 | 60 | 1.1413 | 0.5 |
|
| 57 |
+
| 0.8607 | 6.0 | 72 | 1.1254 | 0.55 |
|
| 58 |
+
| 0.8335 | 7.0 | 84 | 1.1631 | 0.5 |
|
| 59 |
+
| 0.7509 | 8.0 | 96 | 1.1469 | 0.5 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|