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/bert_multiple_choice](https://huggingface.co/irfanamal/bert_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 |
|
@@ -47,21 +47,16 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step
|
51 |
-
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 1.0616 | 9.0 | 108 | 1.2995 | 0.45 |
|
61 |
-
| 1.0012 | 10.0 | 120 | 1.3002 | 0.45 |
|
62 |
-
| 0.9113 | 11.0 | 132 | 1.3236 | 0.4 |
|
63 |
-
| 0.8489 | 12.0 | 144 | 1.3175 | 0.4 |
|
64 |
-
| 0.8098 | 13.0 | 156 | 1.3092 | 0.4 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [irfanamal/bert_multiple_choice](https://huggingface.co/irfanamal/bert_multiple_choice) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4764
|
21 |
+
- Accuracy: 0.53
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 1.365 | 1.0 | 1713 | 1.3182 | 0.485 |
|
53 |
+
| 1.2475 | 2.0 | 3426 | 1.2630 | 0.485 |
|
54 |
+
| 1.1336 | 3.0 | 5139 | 1.2537 | 0.49 |
|
55 |
+
| 1.012 | 4.0 | 6852 | 1.2563 | 0.5 |
|
56 |
+
| 0.89 | 5.0 | 8565 | 1.2743 | 0.51 |
|
57 |
+
| 0.7699 | 6.0 | 10278 | 1.3385 | 0.51 |
|
58 |
+
| 0.6614 | 7.0 | 11991 | 1.3663 | 0.515 |
|
59 |
+
| 0.5717 | 8.0 | 13704 | 1.4764 | 0.53 |
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|