update model card README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: distilroberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: distilroberta_multiple_choice
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# distilroberta_multiple_choice
|
15 |
|
16 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,10 +43,22 @@ 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: distilroberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: distilroberta_multiple_choice
|
10 |
results: []
|
|
|
16 |
# distilroberta_multiple_choice
|
17 |
|
18 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.1925
|
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.4596 | 1.0 | 3207 | 1.2985 | 0.45 |
|
53 |
+
| 1.3501 | 2.0 | 6414 | 1.2420 | 0.49 |
|
54 |
+
| 1.2753 | 3.0 | 9621 | 1.1892 | 0.49 |
|
55 |
+
| 1.2069 | 4.0 | 12828 | 1.1954 | 0.525 |
|
56 |
+
| 1.1319 | 5.0 | 16035 | 1.1763 | 0.52 |
|
57 |
+
| 1.0633 | 6.0 | 19242 | 1.1930 | 0.535 |
|
58 |
+
| 0.9911 | 7.0 | 22449 | 1.1845 | 0.535 |
|
59 |
+
| 0.9234 | 8.0 | 25656 | 1.1866 | 0.565 |
|
60 |
+
| 0.8622 | 9.0 | 28863 | 1.2062 | 0.55 |
|
61 |
+
| 0.7978 | 10.0 | 32070 | 1.1925 | 0.58 |
|
62 |
|
63 |
|
64 |
### Framework versions
|