Leo97 commited on
Commit
d301f82
1 Parent(s): d534662

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -27
README.md CHANGED
@@ -9,15 +9,6 @@ metrics:
9
  model-index:
10
  - name: KoELECTRA-small-v3-modu-ner
11
  results: []
12
- language:
13
- - ko
14
- pipeline_tag: token-classification
15
- examples:
16
- widget:
17
- - text: "서울역으로 안내해줘"
18
- example_title: "Sentence_1"
19
- - text: "에어컨 온도를 3도 올려줘"
20
- example_title: "Sentence_2"
21
  ---
22
 
23
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
27
 
28
  This model is a fine-tuned version of [monologg/koelectra-small-v3-discriminator](https://huggingface.co/monologg/koelectra-small-v3-discriminator) on an unknown dataset.
29
  It achieves the following results on the evaluation set:
30
- - Loss: 0.1354
31
- - Precision: 0.8084
32
- - Recall: 0.8311
33
- - F1: 0.8196
34
- - Accuracy: 0.9599
35
 
36
  ## Model description
37
 
@@ -64,21 +55,21 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
66
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
67
- | No log | 1.0 | 3788 | 0.2991 | 0.6481 | 0.6373 | 0.6426 | 0.9229 |
68
- | No log | 2.0 | 7576 | 0.1904 | 0.7479 | 0.7418 | 0.7448 | 0.9438 |
69
- | No log | 3.0 | 11364 | 0.1620 | 0.7577 | 0.7940 | 0.7754 | 0.9502 |
70
- | No log | 4.0 | 15152 | 0.1505 | 0.7890 | 0.7982 | 0.7936 | 0.9544 |
71
- | No log | 5.0 | 18940 | 0.1417 | 0.7905 | 0.8163 | 0.8032 | 0.9563 |
72
- | No log | 6.0 | 22728 | 0.1392 | 0.7914 | 0.8250 | 0.8079 | 0.9572 |
73
- | No log | 7.0 | 26516 | 0.1363 | 0.8060 | 0.8231 | 0.8144 | 0.9589 |
74
- | No log | 8.0 | 30304 | 0.1367 | 0.8035 | 0.8294 | 0.8162 | 0.9592 |
75
- | No log | 9.0 | 34092 | 0.1349 | 0.8085 | 0.8296 | 0.8189 | 0.9597 |
76
- | 0.2299 | 10.0 | 37880 | 0.1354 | 0.8084 | 0.8311 | 0.8196 | 0.9599 |
77
 
78
 
79
  ### Framework versions
80
 
81
- - Transformers 4.27.3
82
  - Pytorch 1.13.1+cu116
83
- - Datasets 2.10.1
84
- - Tokenizers 0.13.2
 
9
  model-index:
10
  - name: KoELECTRA-small-v3-modu-ner
11
  results: []
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  This model is a fine-tuned version of [monologg/koelectra-small-v3-discriminator](https://huggingface.co/monologg/koelectra-small-v3-discriminator) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1350
22
+ - Precision: 0.8068
23
+ - Recall: 0.8308
24
+ - F1: 0.8186
25
+ - Accuracy: 0.9598
26
 
27
  ## Model description
28
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 3788 | 0.3021 | 0.6356 | 0.6380 | 0.6368 | 0.9223 |
59
+ | No log | 2.0 | 7576 | 0.1905 | 0.7397 | 0.7441 | 0.7419 | 0.9431 |
60
+ | No log | 3.0 | 11364 | 0.1612 | 0.7611 | 0.7897 | 0.7751 | 0.9505 |
61
+ | No log | 4.0 | 15152 | 0.1494 | 0.7855 | 0.7998 | 0.7926 | 0.9544 |
62
+ | No log | 5.0 | 18940 | 0.1427 | 0.7833 | 0.8194 | 0.8009 | 0.9559 |
63
+ | No log | 6.0 | 22728 | 0.1398 | 0.7912 | 0.8223 | 0.8064 | 0.9572 |
64
+ | No log | 7.0 | 26516 | 0.1361 | 0.8035 | 0.8240 | 0.8136 | 0.9587 |
65
+ | No log | 8.0 | 30304 | 0.1360 | 0.8047 | 0.8280 | 0.8162 | 0.9592 |
66
+ | No log | 9.0 | 34092 | 0.1346 | 0.8058 | 0.8299 | 0.8177 | 0.9596 |
67
+ | 0.2256 | 10.0 | 37880 | 0.1350 | 0.8068 | 0.8308 | 0.8186 | 0.9598 |
68
 
69
 
70
  ### Framework versions
71
 
72
+ - Transformers 4.27.4
73
  - Pytorch 1.13.1+cu116
74
+ - Datasets 2.11.0
75
+ - Tokenizers 0.13.2