Model save
Browse files
README.md
CHANGED
@@ -20,13 +20,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [beomi/KcELECTRA-base-v2022](https://huggingface.co/beomi/KcELECTRA-base-v2022) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 1.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
-
- Jaccard Scores: 0.
|
29 |
-
- Cls Accuracy: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -57,11 +57,11 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Jaccard Scores | Cls Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:--------------:|:------------:|
|
60 |
-
| No log | 1.0 | 414 | 1.
|
61 |
-
|
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [beomi/KcELECTRA-base-v2022](https://huggingface.co/beomi/KcELECTRA-base-v2022) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.0671
|
24 |
+
- Precision: 0.2272
|
25 |
+
- Recall: 0.2813
|
26 |
+
- F1: 0.2514
|
27 |
+
- Accuracy: 0.7244
|
28 |
+
- Jaccard Scores: 0.7016
|
29 |
+
- Cls Accuracy: 0.6433
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Jaccard Scores | Cls Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:--------------:|:------------:|
|
60 |
+
| No log | 1.0 | 414 | 1.0860 | 0.1223 | 0.1235 | 0.1229 | 0.7113 | 0.5185 | 0.4574 |
|
61 |
+
| 1.405 | 2.0 | 828 | 0.9584 | 0.1670 | 0.2076 | 0.1851 | 0.7275 | 0.6476 | 0.6001 |
|
62 |
+
| 0.8557 | 3.0 | 1242 | 0.9666 | 0.1887 | 0.2312 | 0.2078 | 0.7286 | 0.6656 | 0.6134 |
|
63 |
+
| 0.6123 | 4.0 | 1656 | 1.0142 | 0.2122 | 0.2538 | 0.2311 | 0.7321 | 0.6794 | 0.6346 |
|
64 |
+
| 0.4582 | 5.0 | 2070 | 1.0391 | 0.2069 | 0.2549 | 0.2284 | 0.7260 | 0.6787 | 0.6358 |
|
65 |
|
66 |
|
67 |
### Framework versions
|