update model card README.md
Browse files
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.
|
31 |
-
- Precision: 0.
|
32 |
-
- Recall: 0.
|
33 |
-
- F1: 0.
|
34 |
-
- Accuracy: 0.
|
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.
|
68 |
-
| No log | 2.0 | 7576 | 0.
|
69 |
-
| No log | 3.0 | 11364 | 0.
|
70 |
-
| No log | 4.0 | 15152 | 0.
|
71 |
-
| No log | 5.0 | 18940 | 0.
|
72 |
-
| No log | 6.0 | 22728 | 0.
|
73 |
-
| No log | 7.0 | 26516 | 0.
|
74 |
-
| No log | 8.0 | 30304 | 0.
|
75 |
-
| No log | 9.0 | 34092 | 0.
|
76 |
-
| 0.
|
77 |
|
78 |
|
79 |
### Framework versions
|
80 |
|
81 |
-
- Transformers 4.27.
|
82 |
- Pytorch 1.13.1+cu116
|
83 |
-
- Datasets 2.
|
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
|