Seogmin commited on
Commit
f6d27ba
1 Parent(s): f59e82e

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -37
README.md CHANGED
@@ -1,9 +1,8 @@
1
  ---
2
  license: cc-by-sa-4.0
 
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - klue
7
  metrics:
8
  - precision
9
  - recall
@@ -11,29 +10,7 @@ metrics:
11
  - accuracy
12
  model-index:
13
  - name: token_classification
14
- results:
15
- - task:
16
- name: Token Classification
17
- type: token-classification
18
- dataset:
19
- name: klue
20
- type: klue
21
- config: ner
22
- split: validation
23
- args: ner
24
- metrics:
25
- - name: Precision
26
- type: precision
27
- value: 0.5973782771535581
28
- - name: Recall
29
- type: recall
30
- value: 0.6673640167364017
31
- - name: F1
32
- type: f1
33
- value: 0.6304347826086957
34
- - name: Accuracy
35
- type: accuracy
36
- value: 0.9227913554602908
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # token_classification
43
 
44
- This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.2382
47
- - Precision: 0.5974
48
- - Recall: 0.6674
49
- - F1: 0.6304
50
- - Accuracy: 0.9228
51
 
52
  ## Model description
53
 
@@ -78,13 +55,13 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 313 | 0.2539 | 0.5534 | 0.6395 | 0.5933 | 0.9205 |
82
- | 0.3052 | 2.0 | 626 | 0.2382 | 0.5974 | 0.6674 | 0.6304 | 0.9228 |
83
 
84
 
85
  ### Framework versions
86
 
87
- - Transformers 4.29.2
88
- - Pytorch 2.0.1+cu118
89
- - Datasets 2.12.0
90
- - Tokenizers 0.13.3
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ base_model: klue/bert-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - precision
8
  - recall
 
10
  - accuracy
11
  model-index:
12
  - name: token_classification
13
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  # token_classification
20
 
21
+ This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2401
24
+ - Precision: 0.5859
25
+ - Recall: 0.6590
26
+ - F1: 0.6203
27
+ - Accuracy: 0.9231
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 313 | 0.2617 | 0.5639 | 0.6304 | 0.5953 | 0.9161 |
59
+ | 0.3262 | 2.0 | 626 | 0.2401 | 0.5859 | 0.6590 | 0.6203 | 0.9231 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.35.2
65
+ - Pytorch 2.1.0+cu121
66
+ - Datasets 2.16.1
67
+ - Tokenizers 0.15.0