End of training
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# flan-t5-base
|
16 |
|
17 |
-
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 4.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| No log | 1.0 | 7 |
|
51 |
-
|
|
52 |
-
| 18.
|
53 |
-
| 18.
|
54 |
-
| 7.
|
55 |
-
| 4.
|
56 |
-
| 4.
|
57 |
-
| 4.
|
58 |
-
| 4.
|
59 |
-
| 4.
|
60 |
|
61 |
|
62 |
### Framework versions
|
@@ -64,5 +64,4 @@ The following hyperparameters were used during training:
|
|
64 |
- PEFT 0.14.0
|
65 |
- Transformers 4.48.3
|
66 |
- Pytorch 2.5.1+cu124
|
67 |
-
- Datasets 3.3.0
|
68 |
- Tokenizers 0.21.0
|
|
|
14 |
|
15 |
# flan-t5-base
|
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: 4.0238
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 7 | 26.5616 |
|
51 |
+
| 32.0769 | 2.0 | 14 | 18.4927 |
|
52 |
+
| 18.4675 | 3.0 | 21 | 10.0570 |
|
53 |
+
| 18.4675 | 4.0 | 28 | 4.8303 |
|
54 |
+
| 7.7849 | 5.0 | 35 | 4.5457 |
|
55 |
+
| 4.9112 | 6.0 | 42 | 4.3735 |
|
56 |
+
| 4.9112 | 7.0 | 49 | 4.2257 |
|
57 |
+
| 4.5517 | 8.0 | 56 | 4.1220 |
|
58 |
+
| 4.3929 | 9.0 | 63 | 4.0520 |
|
59 |
+
| 4.2833 | 10.0 | 70 | 4.0238 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
64 |
- PEFT 0.14.0
|
65 |
- Transformers 4.48.3
|
66 |
- Pytorch 2.5.1+cu124
|
|
|
67 |
- Tokenizers 0.21.0
|