update model card README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,13 +49,13 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
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.6404
|
21 |
+
- Accuracy: 0.4
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 1.4566 | 1.0 | 1724 | 1.3690 | 0.3 |
|
53 |
+
| 1.2925 | 2.0 | 3448 | 1.3269 | 0.4 |
|
54 |
+
| 1.1812 | 3.0 | 5172 | 1.3479 | 0.35 |
|
55 |
+
| 1.0807 | 4.0 | 6896 | 1.3464 | 0.35 |
|
56 |
+
| 0.9799 | 5.0 | 8620 | 1.3757 | 0.4 |
|
57 |
+
| 0.8792 | 6.0 | 10344 | 1.5018 | 0.45 |
|
58 |
+
| 0.7843 | 7.0 | 12068 | 1.6404 | 0.4 |
|
59 |
|
60 |
|
61 |
### Framework versions
|