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-v2
|
8 |
results: []
|
@@ -13,7 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# electra-base-multiple-choice-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 |
|
@@ -40,6 +51,15 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 3
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- 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-v2
|
13 |
results: []
|
|
|
18 |
|
19 |
# electra-base-multiple-choice-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.2899
|
24 |
+
- Accuracy: 0.8954
|
25 |
+
- Precision: 0.8967
|
26 |
+
- Recall: 0.8937
|
27 |
+
- F1: 0.8952
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
51 |
- lr_scheduler_type: linear
|
52 |
- num_epochs: 3
|
53 |
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| No log | 1.0 | 269 | 0.2868 | 0.8794 | 0.8738 | 0.8868 | 0.8803 |
|
59 |
+
| 0.3357 | 2.0 | 538 | 0.2767 | 0.8939 | 0.8956 | 0.8917 | 0.8937 |
|
60 |
+
| 0.3357 | 3.0 | 807 | 0.2899 | 0.8954 | 0.8967 | 0.8937 | 0.8952 |
|
61 |
+
|
62 |
+
|
63 |
### Framework versions
|
64 |
|
65 |
- 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:1cf8f5c5eef19ce57ee054dfcdd9718ffd4c3f54489ded652b6c586b1493b047
|
3 |
size 437956148
|