patrixtano
commited on
Commit
•
706c8b8
1
Parent(s):
5383b41
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 [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Exact Match:
|
21 |
-
- Gen Len: 15.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.44.2
|
61 |
-
- Pytorch 2.4.
|
62 |
- Datasets 2.21.0
|
63 |
- Tokenizers 0.19.1
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1518
|
20 |
+
- Exact Match: 13.6407
|
21 |
+
- Gen Len: 15.1024
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
|
53 |
+
| 0.1654 | 1.0 | 2105 | 0.1737 | 10.0048 | 15.8496 |
|
54 |
+
| 0.1351 | 2.0 | 4210 | 0.1555 | 12.6188 | 15.2229 |
|
55 |
+
| 0.1324 | 3.0 | 6315 | 0.1518 | 13.6407 | 15.1024 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.44.2
|
61 |
+
- Pytorch 2.4.1+cu121
|
62 |
- Datasets 2.21.0
|
63 |
- Tokenizers 0.19.1
|