End of training
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,28 +35,38 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate: 0.
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| No log | 1.0 | 7 |
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4829
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.01
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 20
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 7 | 4.4814 |
|
51 |
+
| 14.0527 | 2.0 | 14 | 2.8827 |
|
52 |
+
| 2.9577 | 3.0 | 21 | 0.9385 |
|
53 |
+
| 2.9577 | 4.0 | 28 | 0.7474 |
|
54 |
+
| 1.1968 | 5.0 | 35 | 0.6469 |
|
55 |
+
| 0.856 | 6.0 | 42 | 0.6204 |
|
56 |
+
| 0.856 | 7.0 | 49 | 0.5960 |
|
57 |
+
| 0.8294 | 8.0 | 56 | 0.5871 |
|
58 |
+
| 0.7195 | 9.0 | 63 | 0.5555 |
|
59 |
+
| 0.6591 | 10.0 | 70 | 0.5468 |
|
60 |
+
| 0.6591 | 11.0 | 77 | 0.5375 |
|
61 |
+
| 0.6328 | 12.0 | 84 | 0.5498 |
|
62 |
+
| 0.5922 | 13.0 | 91 | 0.5306 |
|
63 |
+
| 0.5922 | 14.0 | 98 | 0.5075 |
|
64 |
+
| 0.5789 | 15.0 | 105 | 0.4910 |
|
65 |
+
| 0.5288 | 16.0 | 112 | 0.4886 |
|
66 |
+
| 0.5288 | 17.0 | 119 | 0.4802 |
|
67 |
+
| 0.5109 | 18.0 | 126 | 0.4869 |
|
68 |
+
| 0.5001 | 19.0 | 133 | 0.4834 |
|
69 |
+
| 0.4811 | 20.0 | 140 | 0.4829 |
|
70 |
|
71 |
|
72 |
### Framework versions
|