pablo-chocobar
commited on
Commit
•
0a3c940
1
Parent(s):
ed33331
End of training
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- Rouge1: 0.0
|
22 |
- Rouge2: 0.0
|
23 |
- Rougel: 0.0
|
@@ -54,10 +54,10 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
57 |
-
| No log | 1.0 | 38 | 0.
|
58 |
-
| No log | 2.0 | 76 | 0.
|
59 |
-
| No log | 3.0 | 114 | 0.
|
60 |
-
| No log | 4.0 | 152 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3323
|
21 |
- Rouge1: 0.0
|
22 |
- Rouge2: 0.0
|
23 |
- Rougel: 0.0
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
57 |
+
| No log | 1.0 | 38 | 0.3678 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
|
58 |
+
| No log | 2.0 | 76 | 0.3463 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
|
59 |
+
| No log | 3.0 | 114 | 0.3351 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
|
60 |
+
| No log | 4.0 | 152 | 0.3323 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ced968ee4b63c4d1165912990684bd577249e770e2ad4b94819d2921426627f
|
3 |
size 242041896
|
runs/Apr18_05-25-21_37535b78664f/events.out.tfevents.1713417922.37535b78664f.34.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c867d2a162b05ff55121bcefbb08712d9c237694a53fe60bc47a5927b7a51f4
|
3 |
+
size 8020
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f6bfaa8ce9f3b54c859155dda81acb611eeb3c24ceee9f15eac64d8c042b85
|
3 |
size 5048
|