Duocas commited on
Commit
7df9bc9
·
verified ·
1 Parent(s): 38c12e5

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -11
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.7975
21
- - Matthews Correlation: 0.5282
22
 
23
  ## Model description
24
 
@@ -37,23 +37,21 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
- - train_batch_size: 16
42
  - eval_batch_size: 16
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 | Matthews Correlation |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
52
- | 0.5187 | 1.0 | 535 | 0.4530 | 0.4578 |
53
- | 0.3439 | 2.0 | 1070 | 0.4707 | 0.5192 |
54
- | 0.2335 | 3.0 | 1605 | 0.6058 | 0.5253 |
55
- | 0.1736 | 4.0 | 2140 | 0.7975 | 0.5282 |
56
- | 0.1294 | 5.0 | 2675 | 0.8228 | 0.5252 |
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9412
21
+ - Matthews Correlation: 0.5101
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 1.2157694831030876e-05
41
+ - train_batch_size: 4
42
  - eval_batch_size: 16
43
+ - seed: 38
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
52
+ | 0.5486 | 1.0 | 2138 | 0.5384 | 0.4738 |
53
+ | 0.4633 | 2.0 | 4276 | 0.7257 | 0.4895 |
54
+ | 0.3176 | 3.0 | 6414 | 0.9412 | 0.5101 |
 
 
55
 
56
 
57
  ### Framework versions