Logeswaransr
commited on
Commit
·
9655d04
1
Parent(s):
f892ab0
End of training
Browse files- README.md +15 -15
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,11 +17,11 @@ 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 an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Rouge1: 0.
|
22 |
-
- Rouge2: 0.
|
23 |
-
- Rougel: 0.
|
24 |
-
- Rougelsum: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
-
| No log | 1.0 |
|
56 |
-
| 1.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.3785
|
21 |
+
- Rouge1: 0.1505
|
22 |
+
- Rouge2: 0.0376
|
23 |
+
- Rougel: 0.1461
|
24 |
+
- Rougelsum: 0.1475
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
+
| No log | 1.0 | 380 | 0.8274 | 0.1131 | 0.0226 | 0.1105 | 0.1109 |
|
56 |
+
| 1.2345 | 2.0 | 760 | 0.8217 | 0.1146 | 0.0229 | 0.1124 | 0.1133 |
|
57 |
+
| 0.6137 | 3.0 | 1140 | 0.8487 | 0.1316 | 0.0277 | 0.1260 | 0.1277 |
|
58 |
+
| 0.4624 | 4.0 | 1520 | 0.9179 | 0.1382 | 0.0286 | 0.1333 | 0.1343 |
|
59 |
+
| 0.4624 | 5.0 | 1900 | 0.9816 | 0.1430 | 0.0288 | 0.1371 | 0.1391 |
|
60 |
+
| 0.3444 | 6.0 | 2280 | 1.0601 | 0.1545 | 0.0362 | 0.1510 | 0.1517 |
|
61 |
+
| 0.2751 | 7.0 | 2660 | 1.1619 | 0.1520 | 0.0335 | 0.1481 | 0.1483 |
|
62 |
+
| 0.2223 | 8.0 | 3040 | 1.2493 | 0.1515 | 0.0349 | 0.1472 | 0.1475 |
|
63 |
+
| 0.2223 | 9.0 | 3420 | 1.3379 | 0.1500 | 0.0381 | 0.1451 | 0.1464 |
|
64 |
+
| 0.1844 | 10.0 | 3800 | 1.3785 | 0.1505 | 0.0376 | 0.1461 | 0.1475 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990404917
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d93d56cbf5a248d84232aa879429243e1621628ed6a9e2072b379d984ed7c61c
|
3 |
size 990404917
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d74d5f201c9efe3c228b617669fbe4b114ce9181f38df7151fd10c63f78cd14e
|
3 |
size 4155
|