thd commited on
Commit
9eaafc5
1 Parent(s): 839feb2

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.40124825490679145
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.4238
35
- - F1: 0.4012
36
 
37
  ## Model description
38
 
@@ -57,17 +57,22 @@ 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: 5
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
- | 0.6124 | 1.0 | 876 | 0.5465 | 0.1948 |
67
- | 0.4103 | 2.0 | 1752 | 0.5015 | 0.2683 |
68
- | 0.3181 | 3.0 | 2628 | 0.4354 | 0.3368 |
69
- | 0.2513 | 4.0 | 3504 | 0.4192 | 0.3835 |
70
- | 0.2009 | 5.0 | 4380 | 0.4238 | 0.4012 |
 
 
 
 
 
71
 
72
 
73
  ### Framework versions
 
21
  metrics:
22
  - name: F1
23
  type: f1
24
+ value: 0.42944299183899853
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.5377
35
+ - F1: 0.4294
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: 10
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | 0.6149 | 1.0 | 876 | 0.5522 | 0.1925 |
67
+ | 0.4204 | 2.0 | 1752 | 0.5182 | 0.2602 |
68
+ | 0.3368 | 3.0 | 2628 | 0.4434 | 0.3151 |
69
+ | 0.2808 | 4.0 | 3504 | 0.4554 | 0.3265 |
70
+ | 0.2422 | 5.0 | 4380 | 0.4239 | 0.3567 |
71
+ | 0.208 | 6.0 | 5256 | 0.4563 | 0.3930 |
72
+ | 0.1792 | 7.0 | 6132 | 0.4853 | 0.3849 |
73
+ | 0.1564 | 8.0 | 7008 | 0.4942 | 0.3964 |
74
+ | 0.1322 | 9.0 | 7884 | 0.5034 | 0.4216 |
75
+ | 0.1136 | 10.0 | 8760 | 0.5377 | 0.4294 |
76
 
77
 
78
  ### Framework versions