End of training
Browse files
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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: 2.9861
|
21 |
-
- Rouge1: 0.
|
22 |
-
- Rouge2: 0.
|
23 |
-
- Rougel: 0.
|
24 |
-
- Rougelsum: 0.
|
25 |
- Gen Len: 12.3023
|
26 |
|
27 |
## Model description
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
57 |
| No log | 1.0 | 22 | 3.8819 | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
|
58 |
-
| No log | 2.0 | 44 | 3.2929 | 0.0162 | 0.004 | 0.
|
59 |
-
| No log | 3.0 | 66 | 3.0590 | 0.
|
60 |
-
| No log | 4.0 | 88 | 2.9861 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
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: 2.9861
|
21 |
+
- Rouge1: 0.2084
|
22 |
+
- Rouge2: 0.0262
|
23 |
+
- Rougel: 0.2027
|
24 |
+
- Rougelsum: 0.2039
|
25 |
- Gen Len: 12.3023
|
26 |
|
27 |
## Model description
|
|
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
57 |
| No log | 1.0 | 22 | 3.8819 | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
|
58 |
+
| No log | 2.0 | 44 | 3.2929 | 0.0162 | 0.004 | 0.0149 | 0.0146 | 18.907 |
|
59 |
+
| No log | 3.0 | 66 | 3.0590 | 0.1346 | 0.0159 | 0.1313 | 0.1319 | 14.9651 |
|
60 |
+
| No log | 4.0 | 88 | 2.9861 | 0.2084 | 0.0262 | 0.2027 | 0.2039 | 12.3023 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
runs/Apr21_04-16-56_83d33384c333/events.out.tfevents.1713673016.83d33384c333.5269.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:915f4fda2bc6d2615d4dd0d5a88d9db95c70c2aa64f0234cccebdca9031adb31
|
3 |
+
size 7994
|
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": 80,
|
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:c2066109b821792ced3378cbf8e6b0ef55b8c0e64512c10bf43a5ff7d02465a8
|
3 |
size 5048
|