update model card README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: mit
|
|
3 |
base_model: roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: roberta_multiple_choice
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# roberta_multiple_choice
|
15 |
|
16 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,10 +43,21 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
|
|
3 |
base_model: roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: roberta_multiple_choice
|
10 |
results: []
|
|
|
16 |
# roberta_multiple_choice
|
17 |
|
18 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2868
|
21 |
+
- Accuracy: 0.58
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 100
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 1.4619 | 1.0 | 3207 | 1.2367 | 0.51 |
|
53 |
+
| 1.3209 | 2.0 | 6414 | 1.1911 | 0.525 |
|
54 |
+
| 1.2195 | 3.0 | 9621 | 1.1396 | 0.525 |
|
55 |
+
| 1.1211 | 4.0 | 12828 | 1.1321 | 0.53 |
|
56 |
+
| 1.0221 | 5.0 | 16035 | 1.2210 | 0.535 |
|
57 |
+
| 0.9262 | 6.0 | 19242 | 1.2008 | 0.555 |
|
58 |
+
| 0.8418 | 7.0 | 22449 | 1.2451 | 0.555 |
|
59 |
+
| 0.7691 | 8.0 | 25656 | 1.2793 | 0.555 |
|
60 |
+
| 0.6981 | 9.0 | 28863 | 1.2868 | 0.58 |
|
61 |
|
62 |
|
63 |
### Framework versions
|