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.3810
|
24 |
+
- Precision: 0.2344
|
25 |
+
- Recall: 0.2824
|
26 |
+
- F1: 0.2562
|
27 |
+
- Accuracy: 0.7161
|
28 |
+
- Jaccard Scores: 0.6958
|
29 |
+
- Cls Accuracy: 0.6348
|
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.0972 | 0.2070 | 0.2510 | 0.2269 | 0.7237 | 0.6675 | 0.6273 |
|
61 |
+
| 0.4703 | 2.0 | 828 | 1.1390 | 0.2038 | 0.2510 | 0.2249 | 0.7180 | 0.6755 | 0.6195 |
|
62 |
+
| 0.3437 | 3.0 | 1242 | 1.2184 | 0.1977 | 0.2510 | 0.2212 | 0.7121 | 0.6756 | 0.6340 |
|
63 |
+
| 0.2478 | 4.0 | 1656 | 1.2727 | 0.2035 | 0.2572 | 0.2272 | 0.7167 | 0.6779 | 0.6407 |
|
64 |
+
| 0.1769 | 5.0 | 2070 | 1.3348 | 0.2098 | 0.2572 | 0.2311 | 0.7209 | 0.6772 | 0.6407 |
|
65 |
|
66 |
|
67 |
### Framework versions
|