jjing0123 commited on
Commit
2cba3f5
1 Parent(s): 3a1303e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -21,7 +20,7 @@ model-index:
21
  metrics:
22
  - name: F1
23
  type: f1
24
- value: 0.7323434991974318
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # kogpt2-base-v2-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.5037
35
- - F1: 0.7323
36
 
37
  ## Model description
38
 
@@ -57,15 +56,16 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 3
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
- | 0.6034 | 1.0 | 1313 | 0.5277 | 0.7116 |
67
- | 0.4167 | 2.0 | 2626 | 0.5244 | 0.7350 |
68
- | 0.3507 | 3.0 | 3939 | 0.5037 | 0.7323 |
 
69
 
70
 
71
  ### Framework versions
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
20
  metrics:
21
  - name: F1
22
  type: f1
23
+ value: 0.39159393661001385
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # kogpt2-base-v2-finetuned-klue-ner
30
 
31
+ This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on the klue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.3319
34
+ - F1: 0.3916
35
 
36
  ## Model description
37
 
 
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
+ - num_epochs: 4
60
 
61
  ### Training results
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | F1 |
64
  |:-------------:|:-----:|:----:|:---------------:|:------:|
65
+ | 0.4441 | 1.0 | 1313 | 0.3900 | 0.2831 |
66
+ | 0.287 | 2.0 | 2626 | 0.3430 | 0.3298 |
67
+ | 0.2229 | 3.0 | 3939 | 0.3313 | 0.3624 |
68
+ | 0.1769 | 4.0 | 5252 | 0.3319 | 0.3916 |
69
 
70
 
71
  ### Framework versions