againeureka commited on
Commit
6927436
·
verified ·
1 Parent(s): e45180e

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.1246
21
- - Accuracy: 0.3335
22
 
23
  ## Model description
24
 
@@ -43,22 +43,17 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 10
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
- | 1.1113 | 1.0 | 1250 | 1.1024 | 0.3331 |
53
- | 1.1032 | 2.0 | 2500 | 1.1246 | 0.3335 |
54
- | 1.0991 | 3.0 | 3750 | 1.1081 | 0.3335 |
55
- | 1.0987 | 4.0 | 5000 | 1.1382 | 0.3335 |
56
- | 1.1021 | 5.0 | 6250 | 1.1003 | 0.3335 |
57
- | 1.099 | 6.0 | 7500 | 1.1112 | 0.3331 |
58
- | 1.0991 | 7.0 | 8750 | 1.1052 | 0.3335 |
59
- | 1.0941 | 8.0 | 10000 | 1.1018 | 0.3335 |
60
- | 1.0977 | 9.0 | 11250 | 1.0996 | 0.3335 |
61
- | 1.0944 | 10.0 | 12500 | 1.1055 | 0.3335 |
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0244
21
+ - Accuracy: 0.6537
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.1189 | 1.0 | 1251 | 1.1015 | 0.3335 |
53
+ | 0.8798 | 2.0 | 2502 | 1.0573 | 0.5392 |
54
+ | 0.6903 | 3.0 | 3753 | 0.9387 | 0.6348 |
55
+ | 0.529 | 4.0 | 5004 | 0.9379 | 0.6513 |
56
+ | 0.4211 | 5.0 | 6255 | 1.0244 | 0.6537 |
 
 
 
 
 
57
 
58
 
59
  ### Framework versions