bella05 commited on
Commit
f2af646
·
verified ·
1 Parent(s): 0e390ca

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -17,9 +17,9 @@ 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: 0.7240
21
- - Accuracy: 0.7471
22
- - F1: 0.7431
23
 
24
  ## Model description
25
 
@@ -44,15 +44,17 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 3
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.7302 | 1.0 | 2554 | 0.7201 | 0.7316 | 0.7228 |
54
- | 0.5954 | 2.0 | 5108 | 0.6838 | 0.7487 | 0.7418 |
55
- | 0.4596 | 3.0 | 7662 | 0.7240 | 0.7471 | 0.7431 |
 
 
56
 
57
 
58
  ### 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: 0.9351
21
+ - Accuracy: 0.7338
22
+ - F1: 0.7309
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
53
+ | 0.739 | 1.0 | 2554 | 0.7268 | 0.7310 | 0.7196 |
54
+ | 0.6171 | 2.0 | 5108 | 0.6995 | 0.7425 | 0.7354 |
55
+ | 0.493 | 3.0 | 7662 | 0.7367 | 0.7409 | 0.7371 |
56
+ | 0.362 | 4.0 | 10216 | 0.8168 | 0.7418 | 0.7365 |
57
+ | 0.2622 | 5.0 | 12770 | 0.9351 | 0.7338 | 0.7309 |
58
 
59
 
60
  ### Framework versions