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: 24.
|
21 |
-
- Gen Len: 18.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,15 +43,16 @@ The following hyperparameters were used during training:
|
|
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 |
|
56 |
|
57 |
### 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.1042
|
20 |
+
- Bleu Score: 24.4829
|
21 |
+
- Gen Len: 18.816
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
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: 4
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:-------:|
|
52 |
+
| 0.2337 | 1.0 | 419 | 0.1422 | 23.4722 | 18.8088 |
|
53 |
+
| 0.1441 | 2.0 | 838 | 0.1186 | 24.2104 | 18.8041 |
|
54 |
+
| 0.1185 | 3.0 | 1257 | 0.1077 | 24.3846 | 18.8124 |
|
55 |
+
| 0.1069 | 4.0 | 1676 | 0.1042 | 24.4829 | 18.816 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
logs/events.out.tfevents.1731586432.426df6376530.965.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:cb0ceff5c44d5880eef1391eccfd3b455c8d4327f34516e1b5f5e6fefdef8978
|
3 |
+
size 8778
|