End of training
Browse files- README.md +21 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: google/electra-base-discriminator
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: electra-base-multiple-choice-fp16-v2
|
8 |
results: []
|
@@ -13,7 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# electra-base-multiple-choice-fp16-v2
|
15 |
|
16 |
-
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -41,6 +52,15 @@ The following hyperparameters were used during training:
|
|
41 |
- num_epochs: 3
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.35.2
|
|
|
3 |
base_model: google/electra-base-discriminator
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: electra-base-multiple-choice-fp16-v2
|
13 |
results: []
|
|
|
18 |
|
19 |
# electra-base-multiple-choice-fp16-v2
|
20 |
|
21 |
+
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2950
|
24 |
+
- Accuracy: 0.8960
|
25 |
+
- Precision: 0.8927
|
26 |
+
- Recall: 0.9003
|
27 |
+
- F1: 0.8965
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
52 |
- num_epochs: 3
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| No log | 1.0 | 269 | 0.2875 | 0.8818 | 0.8846 | 0.8782 | 0.8814 |
|
60 |
+
| 0.3437 | 2.0 | 538 | 0.2862 | 0.8917 | 0.8912 | 0.8924 | 0.8918 |
|
61 |
+
| 0.3437 | 3.0 | 807 | 0.2950 | 0.8960 | 0.8927 | 0.9003 | 0.8965 |
|
62 |
+
|
63 |
+
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.35.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437956148
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d87970bc90aa418622ad528c00a0655958ec16160575caee59a6103a9d50405
|
3 |
size 437956148
|