End of training
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1:
|
22 |
-
- Gen Len: 7.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,22 +44,14 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.018 | 3.0 | 4398 | 0.0208 | 93.6748 | 7.5418 |
|
56 |
-
| 0.0128 | 4.0 | 5864 | 0.0220 | 94.0879 | 7.5522 |
|
57 |
-
| 0.0091 | 5.0 | 7330 | 0.0274 | 94.2632 | 7.5656 |
|
58 |
-
| 0.0066 | 6.0 | 8796 | 0.0280 | 94.2282 | 7.5629 |
|
59 |
-
| 0.0049 | 7.0 | 10262 | 0.0345 | 94.6363 | 7.5491 |
|
60 |
-
| 0.0033 | 8.0 | 11728 | 0.0399 | 94.5434 | 7.5606 |
|
61 |
-
| 0.0029 | 9.0 | 13194 | 0.0412 | 94.6728 | 7.5510 |
|
62 |
-
| 0.0021 | 10.0 | 14660 | 0.0415 | 94.7024 | 7.5583 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0217
|
21 |
+
- F1: 93.8974
|
22 |
+
- Gen Len: 7.5422
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 2
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Gen Len |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
53 |
+
| 0.0466 | 1.0 | 1466 | 0.0234 | 92.7414 | 7.5399 |
|
54 |
+
| 0.0231 | 2.0 | 2932 | 0.0217 | 93.8974 | 7.5422 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
logs/events.out.tfevents.1734371823.2a127dbf7f72.23.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c394ab55f6e51803e36b05b709c9e90a87f2652d2faf612dc344049a9e62d5bd
|
3 |
+
size 456
|