Ethan615 commited on
Commit
2654c78
1 Parent(s): 5738a0d

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.8616
21
- - Matthews Correlation: 0.5645
22
 
23
  ## Model description
24
 
@@ -37,10 +37,10 @@ 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
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
52
- | 0.4237 | 1.0 | 535 | 0.4516 | 0.4666 |
53
- | 0.2932 | 2.0 | 1070 | 0.4786 | 0.5521 |
54
- | 0.1994 | 3.0 | 1605 | 0.7163 | 0.5285 |
55
- | 0.1517 | 4.0 | 2140 | 0.8341 | 0.5432 |
56
- | 0.1056 | 5.0 | 2675 | 0.8616 | 0.5645 |
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.8945
21
+ - Matthews Correlation: 0.5232
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 9.899001593609293e-06
41
+ - train_batch_size: 8
42
  - eval_batch_size: 16
43
+ - seed: 30
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 5
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
52
+ | 0.509 | 1.0 | 1069 | 0.5366 | 0.4025 |
53
+ | 0.3925 | 2.0 | 2138 | 0.6003 | 0.4916 |
54
+ | 0.2998 | 3.0 | 3207 | 0.6921 | 0.4865 |
55
+ | 0.2377 | 4.0 | 4276 | 0.8213 | 0.5235 |
56
+ | 0.2098 | 5.0 | 5345 | 0.8945 | 0.5232 |
57
 
58
 
59
  ### Framework versions