update model card README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: google/electra-base-discriminator
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: electra_multiple_choice
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# electra_multiple_choice
|
15 |
|
16 |
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) 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: google/electra-base-discriminator
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: electra_multiple_choice
|
10 |
results: []
|
|
|
16 |
# electra_multiple_choice
|
17 |
|
18 |
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2639
|
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.4223 | 1.0 | 3207 | 1.1865 | 0.54 |
|
53 |
+
| 1.2131 | 2.0 | 6414 | 1.0817 | 0.555 |
|
54 |
+
| 1.0754 | 3.0 | 9621 | 1.0016 | 0.61 |
|
55 |
+
| 0.9402 | 4.0 | 12828 | 0.9841 | 0.595 |
|
56 |
+
| 0.8207 | 5.0 | 16035 | 0.9912 | 0.63 |
|
57 |
+
| 0.7163 | 6.0 | 19242 | 1.0808 | 0.58 |
|
58 |
+
| 0.6187 | 7.0 | 22449 | 1.0956 | 0.6 |
|
59 |
+
| 0.5425 | 8.0 | 25656 | 1.1526 | 0.63 |
|
60 |
+
| 0.4763 | 9.0 | 28863 | 1.2639 | 0.58 |
|
61 |
|
62 |
|
63 |
### Framework versions
|