Tech-oriented commited on
Commit
f63ebd4
1 Parent(s): b2c6ad4

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -12
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 an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2081
22
- - Accuracy: 0.9346
23
 
24
  ## Model description
25
 
@@ -38,23 +38,19 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 0.00011270038884391928
42
- - train_batch_size: 32
43
  - eval_batch_size: 16
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 |
52
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
- | 0.2357 | 1.0 | 2105 | 0.1983 | 0.9323 |
54
- | 0.2118 | 2.0 | 4210 | 0.2195 | 0.9278 |
55
- | 0.1939 | 3.0 | 6315 | 0.1972 | 0.9381 |
56
- | 0.1907 | 4.0 | 8420 | 0.2046 | 0.9358 |
57
- | 0.1856 | 5.0 | 10525 | 0.2081 | 0.9346 |
58
 
59
 
60
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2104
22
+ - Accuracy: 0.9323
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001406585318528703
42
+ - train_batch_size: 16
43
  - eval_batch_size: 16
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 1
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.2255 | 1.0 | 4210 | 0.2104 | 0.9323 |
 
 
 
 
54
 
55
 
56
  ### Framework versions