End of training
Browse files- README.md +13 -13
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
README.md
CHANGED
@@ -17,12 +17,12 @@ 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:
|
21 |
-
- Rouge1:
|
22 |
-
- Rouge2:
|
23 |
-
- Rougel:
|
24 |
-
- Rougelsum:
|
25 |
-
- Gen Len:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2
|
55 |
-
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### 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.8832
|
21 |
+
- Rouge1: 57.5616
|
22 |
+
- Rouge2: 43.0588
|
23 |
+
- Rougel: 54.6246
|
24 |
+
- Rougelsum: 54.8382
|
25 |
+
- Gen Len: 18.4914
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| 1.3943 | 1.0 | 698 | 1.0480 | 57.3763 | 43.1329 | 54.1155 | 54.4964 | 18.6571 |
|
57 |
+
| 1.1857 | 2.0 | 1396 | 0.9521 | 57.315 | 43.2483 | 54.4032 | 54.7664 | 18.6771 |
|
58 |
+
| 1.0406 | 3.0 | 2094 | 0.9075 | 57.6951 | 43.4451 | 54.8174 | 55.0469 | 18.5343 |
|
59 |
+
| 0.9861 | 4.0 | 2792 | 0.8873 | 57.8533 | 43.409 | 54.7583 | 55.0156 | 18.5971 |
|
60 |
+
| 0.9592 | 5.0 | 3490 | 0.8832 | 57.5616 | 43.0588 | 54.6246 | 54.8382 | 18.4914 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 307910149
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76d3350d856209ad0a53d2a66731e00d7915b8979858a35657bccfc5ed600149
|
3 |
size 307910149
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 80,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 80
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|