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/distilbert_multiple_choice](https://huggingface.co/irfanamal/distilbert_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 |
|
@@ -37,7 +37,7 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 5e-
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 16
|
43 |
- seed: 42
|
@@ -49,17 +49,19 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [irfanamal/distilbert_multiple_choice](https://huggingface.co/irfanamal/distilbert_multiple_choice) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.5628
|
21 |
+
- Accuracy: 0.4
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-06
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 16
|
43 |
- seed: 42
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.4753 | 1.0 | 12 | 1.4752 | 0.4 |
|
53 |
+
| 1.3861 | 2.0 | 24 | 1.4672 | 0.4 |
|
54 |
+
| 1.3169 | 3.0 | 36 | 1.4031 | 0.45 |
|
55 |
+
| 1.2006 | 4.0 | 48 | 1.4479 | 0.4 |
|
56 |
+
| 1.1849 | 5.0 | 60 | 1.4765 | 0.4 |
|
57 |
+
| 1.1181 | 6.0 | 72 | 1.4869 | 0.4 |
|
58 |
+
| 1.0861 | 7.0 | 84 | 1.4524 | 0.4 |
|
59 |
+
| 1.0234 | 8.0 | 96 | 1.5183 | 0.35 |
|
60 |
+
| 0.9677 | 9.0 | 108 | 1.4981 | 0.35 |
|
61 |
+
| 0.9281 | 10.0 | 120 | 1.5195 | 0.4 |
|
62 |
+
| 0.919 | 11.0 | 132 | 1.5218 | 0.4 |
|
63 |
+
| 0.8673 | 12.0 | 144 | 1.5395 | 0.4 |
|
64 |
+
| 0.8 | 13.0 | 156 | 1.5628 | 0.4 |
|
65 |
|
66 |
|
67 |
### Framework versions
|