SjardiWillems commited on
Commit
5a560c4
·
verified ·
1 Parent(s): 5a2bcb9

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -11
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 [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.5528
21
- - Pearson: 0.8700
22
- - Spearmanr: 0.8662
23
 
24
  ## Model description
25
 
@@ -38,10 +38,10 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 2e-05
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: 5
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
53
- | No log | 1.0 | 360 | 0.5742 | 0.8645 | 0.8618 |
54
- | 1.0066 | 2.0 | 720 | 0.5734 | 0.8691 | 0.8661 |
55
- | 0.394 | 3.0 | 1080 | 0.5896 | 0.8688 | 0.8662 |
56
- | 0.394 | 4.0 | 1440 | 0.5528 | 0.8700 | 0.8662 |
57
- | 0.2484 | 5.0 | 1800 | 0.5631 | 0.8691 | 0.8654 |
58
 
59
 
60
  ### 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.5419
21
+ - Pearson: 0.8721
22
+ - Spearmanr: 0.8692
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 7.503545930910804e-05
42
+ - train_batch_size: 8
43
  - eval_batch_size: 16
44
+ - seed: 19
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - num_epochs: 5
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
53
+ | 1.1437 | 1.0 | 719 | 0.6564 | 0.8435 | 0.8459 |
54
+ | 0.6029 | 2.0 | 1438 | 0.5862 | 0.8616 | 0.8575 |
55
+ | 0.2677 | 3.0 | 2157 | 0.5680 | 0.8676 | 0.8648 |
56
+ | 0.1959 | 4.0 | 2876 | 0.5500 | 0.8705 | 0.8686 |
57
+ | 0.0985 | 5.0 | 3595 | 0.5419 | 0.8721 | 0.8692 |
58
 
59
 
60
  ### Framework versions