euneun9 commited on
Commit
959c314
1 Parent(s): cb9052f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: F1
23
  type: f1
24
- value: 0.37186865267433983
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # bert-base-multilingual-cased-finetuned-klue-ner
31
 
32
- This model is a fine-tuned version of [skt/kogpt2-base-v2](https://huggingface.co/skt/kogpt2-base-v2) on the klue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.4123
35
- - F1: 0.3719
36
 
37
  ## Model description
38
 
@@ -63,9 +63,9 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
- | 0.6113 | 1.0 | 1313 | 0.5320 | 0.2107 |
67
- | 0.3942 | 2.0 | 2626 | 0.4888 | 0.2891 |
68
- | 0.2845 | 3.0 | 3939 | 0.4123 | 0.3719 |
69
 
70
 
71
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
21
  metrics:
22
  - name: F1
23
  type: f1
24
+ value: 0.42450291223137177
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # bert-base-multilingual-cased-finetuned-klue-ner
31
 
32
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the klue dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.3168
35
+ - F1: 0.4245
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | 0.4374 | 1.0 | 1313 | 0.3941 | 0.3253 |
67
+ | 0.2894 | 2.0 | 2626 | 0.3350 | 0.3949 |
68
+ | 0.2265 | 3.0 | 3939 | 0.3168 | 0.4245 |
69
 
70
 
71
  ### Framework versions