bash1130 commited on
Commit
e0217c3
1 Parent(s): 337a674

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -20,7 +20,7 @@ model-index:
20
  metrics:
21
  - name: F1
22
  type: f1
23
- value: 0.8683143222470184
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,8 +30,8 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 0.3738
34
- - F1: 0.8683
35
 
36
  ## Model description
37
 
@@ -56,17 +56,15 @@ The following hyperparameters were used during training:
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
- - num_epochs: 5
60
 
61
  ### Training results
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | F1 |
64
  |:-------------:|:-----:|:----:|:---------------:|:------:|
65
- | No log | 1.0 | 179 | 0.4338 | 0.8547 |
66
- | No log | 2.0 | 358 | 0.3823 | 0.8635 |
67
- | 0.38 | 3.0 | 537 | 0.3652 | 0.8661 |
68
- | 0.38 | 4.0 | 716 | 0.3716 | 0.8675 |
69
- | 0.38 | 5.0 | 895 | 0.3738 | 0.8683 |
70
 
71
 
72
  ### Framework versions
 
20
  metrics:
21
  - name: F1
22
  type: f1
23
+ value: 0.7926757740066559
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.7504
34
+ - F1: 0.7927
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: 3
60
 
61
  ### Training results
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | F1 |
64
  |:-------------:|:-----:|:----:|:---------------:|:------:|
65
+ | No log | 1.0 | 18 | 1.3143 | 0.6445 |
66
+ | No log | 2.0 | 36 | 0.8546 | 0.7758 |
67
+ | No log | 3.0 | 54 | 0.7504 | 0.7927 |
 
 
68
 
69
 
70
  ### Framework versions