End of training
Browse files
README.md
CHANGED
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
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.
|
23 |
-
- Bleu Score:
|
24 |
-
- Precision:
|
25 |
-
- Recall:
|
26 |
-
- Gen Len: 18.
|
27 |
-
- Err:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,22 +43,21 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate: 0.
|
47 |
-
- train_batch_size:
|
48 |
-
- eval_batch_size:
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:------:|:-------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.1069 | 4.0 | 1676 | 0.1042 | 24.4829 | 5.4958 | 5.4958 | 18.816 | 5.4958 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
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.0872
|
23 |
+
- Bleu Score: 25.2243
|
24 |
+
- Precision: 6.2127
|
25 |
+
- Recall: 6.2127
|
26 |
+
- Gen Len: 18.8053
|
27 |
+
- Err: 6.2127
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0002
|
47 |
+
- train_batch_size: 8
|
48 |
+
- eval_batch_size: 8
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 3
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:------:|:-------:|:------:|
|
58 |
+
| 0.2 | 1.0 | 838 | 0.1229 | 24.1188 | 5.2569 | 5.2569 | 18.8076 | 5.2569 |
|
59 |
+
| 0.1099 | 2.0 | 1676 | 0.0951 | 24.7563 | 5.8542 | 5.8542 | 18.8017 | 5.8542 |
|
60 |
+
| 0.0841 | 3.0 | 2514 | 0.0872 | 25.2243 | 6.2127 | 6.2127 | 18.8053 | 6.2127 |
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
logs/events.out.tfevents.1728128573.0c9c4cd5dd26.2535.1
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:0fb0e61b2b0a01574e07c71f015143098485199192cb4620b7362d48fc383068
|
3 |
+
size 8515
|