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/electra_multiple_choice](https://huggingface.co/irfanamal/electra_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,12 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 1.
|
53 |
-
|
|
54 |
-
|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.5534 | 7.0 | 84 | 1.4297 | 0.5 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [irfanamal/electra_multiple_choice](https://huggingface.co/irfanamal/electra_multiple_choice) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4339
|
21 |
+
- Accuracy: 0.3
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.2087 | 1.0 | 12 | 1.3288 | 0.35 |
|
53 |
+
| 1.1047 | 2.0 | 24 | 1.3350 | 0.35 |
|
54 |
+
| 1.0488 | 3.0 | 36 | 1.3800 | 0.35 |
|
55 |
+
| 0.9056 | 4.0 | 48 | 1.4077 | 0.35 |
|
56 |
+
| 0.8572 | 5.0 | 60 | 1.4096 | 0.35 |
|
57 |
+
| 0.7495 | 6.0 | 72 | 1.4339 | 0.3 |
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|