xoyeop commited on
Commit
9129714
1 Parent(s): a0863ee

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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.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,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.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
 
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