End of training
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.1042
|
23 |
-
- Bleu Score: 24.
|
24 |
- Precision: 5.4958
|
25 |
- Recall: 5.4958
|
26 |
- Gen Len: 18.816
|
@@ -55,15 +55,15 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:------:|:-------:|:------:|
|
58 |
-
| 0.2337 | 1.0 | 419 | 0.1422 | 23.
|
59 |
-
| 0.1441 | 2.0 | 838 | 0.1186 | 24.
|
60 |
-
| 0.1185 | 3.0 | 1257 | 0.1077 | 24.
|
61 |
-
| 0.1069 | 4.0 | 1676 | 0.1042 | 24.
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
-
- Transformers 4.
|
67 |
- Pytorch 2.4.1+cu121
|
68 |
- Datasets 3.0.1
|
69 |
-
- Tokenizers 0.
|
|
|
20 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.1042
|
23 |
+
- Bleu Score: 24.4829
|
24 |
- Precision: 5.4958
|
25 |
- Recall: 5.4958
|
26 |
- Gen Len: 18.816
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:------:|:-------:|:------:|
|
58 |
+
| 0.2337 | 1.0 | 419 | 0.1422 | 23.4722 | 4.0621 | 4.0621 | 18.8088 | 4.0621 |
|
59 |
+
| 0.1441 | 2.0 | 838 | 0.1186 | 24.2104 | 5.4958 | 5.4958 | 18.8041 | 5.4958 |
|
60 |
+
| 0.1185 | 3.0 | 1257 | 0.1077 | 24.3846 | 5.3763 | 5.3763 | 18.8124 | 5.3763 |
|
61 |
+
| 0.1069 | 4.0 | 1676 | 0.1042 | 24.4829 | 5.4958 | 5.4958 | 18.816 | 5.4958 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
+
- Transformers 4.45.1
|
67 |
- Pytorch 2.4.1+cu121
|
68 |
- Datasets 3.0.1
|
69 |
+
- Tokenizers 0.20.0
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.45.1"
|
6 |
}
|
logs/events.out.tfevents.1727590506.0c1f3660ab0e.1729.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:df33f8aa546ff3fbaea3b721155a1e055bd9a4edc2d65a2c428725e70c5b45a6
|
3 |
+
size 9254
|