kirilica commited on
Commit
55d6e16
·
verified ·
1 Parent(s): 523dedd

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.8703
22
- - F1: 0.6075
23
 
24
  ## Model description
25
 
@@ -44,14 +44,15 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
- - num_epochs: 2
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 1.0446 | 1.0 | 563 | 0.9216 | 0.5840 |
54
- | 0.8689 | 2.0 | 1126 | 0.8703 | 0.6075 |
 
55
 
56
 
57
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.8879
22
+ - F1: 0.6233
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 3
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 1.0635 | 1.0 | 563 | 0.9928 | 0.5588 |
54
+ | 0.8676 | 2.0 | 1126 | 0.9153 | 0.6085 |
55
+ | 0.7652 | 3.0 | 1689 | 0.8879 | 0.6233 |
56
 
57
 
58
  ### Framework versions