End of training
Browse files- README.md +14 -12
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
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-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rouge1: 92.
|
22 |
-
- Rouge2: 82.
|
23 |
-
- Rougel: 92.
|
24 |
-
- Rougelsum: 92.
|
25 |
-
- Gen Len: 11.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,17 +47,19 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
-
| No log | 1.0 |
|
57 |
-
| No log | 2.0 |
|
58 |
-
| No log | 3.0 |
|
59 |
-
| No log | 4.0 |
|
60 |
-
| No log | 5.0 |
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3060
|
21 |
+
- Rouge1: 92.062
|
22 |
+
- Rouge2: 82.484
|
23 |
+
- Rougel: 92.0811
|
24 |
+
- Rougelsum: 92.0375
|
25 |
+
- Gen Len: 11.7660
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 7
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 12 | 0.6630 | 83.4066 | 64.3083 | 82.5043 | 82.5083 | 11.2340 |
|
57 |
+
| No log | 2.0 | 24 | 0.4834 | 86.5102 | 71.5482 | 85.7563 | 85.7383 | 11.0 |
|
58 |
+
| No log | 3.0 | 36 | 0.3975 | 89.043 | 76.268 | 88.5766 | 88.5892 | 11.1915 |
|
59 |
+
| No log | 4.0 | 48 | 0.3501 | 91.4099 | 81.232 | 91.1413 | 91.16 | 11.4894 |
|
60 |
+
| No log | 5.0 | 60 | 0.3244 | 91.7313 | 81.2848 | 91.4624 | 91.4662 | 11.6596 |
|
61 |
+
| No log | 6.0 | 72 | 0.3102 | 91.9566 | 82.1166 | 91.9653 | 91.9449 | 11.7872 |
|
62 |
+
| No log | 7.0 | 84 | 0.3060 | 92.062 | 82.484 | 92.0811 | 92.0375 | 11.7660 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990409330
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0500eb4883b3e12d1b43322e3c0bea0631324656a6be7ad83f0a1c96931d47f8
|
3 |
size 990409330
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e3fd336434552879bc92ba3f248be97fbf78453d1ce41272a7975b11ceee983
|
3 |
size 4664
|