End of training
Browse files
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.
|
21 |
-
- Pearson: 0.
|
22 |
-
- Spearmanr: 0.
|
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:
|
42 |
-
- train_batch_size:
|
43 |
- eval_batch_size: 16
|
44 |
-
- seed:
|
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 |
-
|
|
54 |
-
|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
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
|