End of training
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ 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 the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Bleu Score:
|
21 |
-
- Gen Len: 18.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,22 +37,21 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 0.
|
41 |
- train_batch_size: 8
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:-------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.0674 | 4.0 | 3352 | 0.0809 | 25.4116 | 18.8124 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1032
|
20 |
+
- Bleu Score: 24.5858
|
21 |
+
- Gen Len: 18.81
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0001
|
41 |
- train_batch_size: 8
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 3
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:-------:|
|
52 |
+
| 0.2198 | 1.0 | 838 | 0.1347 | 23.608 | 18.7897 |
|
53 |
+
| 0.1309 | 2.0 | 1676 | 0.1099 | 24.3086 | 18.8088 |
|
54 |
+
| 0.1079 | 3.0 | 2514 | 0.1032 | 24.5858 | 18.81 |
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
logs/events.out.tfevents.1731548527.feef9f44965a.800.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aea16b4662e6afa8d5883d88ecb82eeadaede33a7472ac461b5ae8267dae8e21
|
3 |
+
size 8189
|