jjing0123 commited on
Commit
018738a
1 Parent(s): 2b49fa7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -21,7 +21,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
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
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 +57,20 @@ 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
 
21
  metrics:
22
  - name: F1
23
  type: f1
24
+ value: 0.7307457833773623
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.6529
35
+ - F1: 0.7307
36
 
37
  ## Model description
38
 
 
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - num_epochs: 8
61
 
62
  ### Training results
63
 
64
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
65
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
66
+ | 0.6089 | 1.0 | 1313 | 0.5453 | 0.7112 |
67
+ | 0.428 | 2.0 | 2626 | 0.5643 | 0.7302 |
68
+ | 0.3799 | 3.0 | 3939 | 0.5381 | 0.7198 |
69
+ | 0.3463 | 4.0 | 5252 | 0.5810 | 0.7329 |
70
+ | 0.3223 | 5.0 | 6565 | 0.5339 | 0.7361 |
71
+ | 0.3045 | 6.0 | 7878 | 0.6207 | 0.7268 |
72
+ | 0.2898 | 7.0 | 9191 | 0.6517 | 0.7259 |
73
+ | 0.277 | 8.0 | 10504 | 0.6529 | 0.7307 |
74
 
75
 
76
  ### Framework versions