anuragrawal
commited on
Commit
•
78d077e
1
Parent(s):
836c101
End of training
Browse files- README.md +23 -23
- pytorch_model.bin +1 -1
- tokenizer.json +16 -2
- 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 [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Rouge1:
|
22 |
-
- Rouge2:
|
23 |
-
- Rougel:
|
24 |
-
- Rougelsum:
|
25 |
-
- Gen Len:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -51,23 +51,23 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len
|
55 |
-
|
56 |
-
|
|
57 |
-
| 1.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4849
|
21 |
+
- Rouge1: 48.0422
|
22 |
+
- Rouge2: 22.8938
|
23 |
+
- Rougel: 34.0775
|
24 |
+
- Rougelsum: 44.7056
|
25 |
+
- Gen Len: 108.8009
|
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 |
+
| No log | 1.0 | 432 | 1.5362 | 49.0506 | 22.9422 | 35.5667 | 45.7219 | 88.0602 |
|
57 |
+
| 1.5312 | 2.0 | 864 | 1.4849 | 48.0422 | 22.8938 | 34.0775 | 44.7056 | 108.8009 |
|
58 |
+
| 0.9026 | 3.0 | 1296 | 1.5761 | 50.0558 | 23.9657 | 36.247 | 46.4508 | 96.0231 |
|
59 |
+
| 0.5642 | 4.0 | 1728 | 1.8304 | 50.6862 | 24.4638 | 36.3568 | 47.2607 | 93.1667 |
|
60 |
+
| 0.3629 | 5.0 | 2160 | 1.9355 | 51.2362 | 25.1077 | 37.772 | 47.4362 | 88.9583 |
|
61 |
+
| 0.2335 | 6.0 | 2592 | 2.1215 | 49.5831 | 23.4294 | 35.9861 | 45.9306 | 94.2917 |
|
62 |
+
| 0.1603 | 7.0 | 3024 | 2.2890 | 49.8716 | 23.4756 | 36.2617 | 46.2866 | 88.7639 |
|
63 |
+
| 0.1603 | 8.0 | 3456 | 2.3604 | 49.5627 | 23.6399 | 35.9596 | 45.7914 | 88.8333 |
|
64 |
+
| 0.1049 | 9.0 | 3888 | 2.5252 | 50.358 | 24.1986 | 36.5297 | 46.5519 | 90.5463 |
|
65 |
+
| 0.0744 | 10.0 | 4320 | 2.6694 | 50.46 | 24.1493 | 37.0205 | 46.8988 | 91.0139 |
|
66 |
+
| 0.049 | 11.0 | 4752 | 2.7840 | 50.8805 | 24.5482 | 36.5901 | 46.9176 | 90.8380 |
|
67 |
+
| 0.0312 | 12.0 | 5184 | 2.8330 | 50.4793 | 24.6444 | 37.2087 | 46.7151 | 86.9444 |
|
68 |
+
| 0.0156 | 13.0 | 5616 | 2.9540 | 50.3911 | 24.4843 | 36.8037 | 46.8691 | 94.9352 |
|
69 |
+
| 0.0083 | 14.0 | 6048 | 3.0214 | 51.0557 | 25.127 | 37.1368 | 47.3072 | 92.5787 |
|
70 |
+
| 0.0083 | 15.0 | 6480 | 3.0340 | 51.3998 | 25.5847 | 37.5635 | 47.7132 | 90.5602 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1625537293
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ebed0a853719556e06e3aee7245eeeeaf4d1428cee1bf9580a25a20af84155d
|
3 |
size 1625537293
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 231,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 231
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 1,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "<pad>"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f582da37d4e1eb63a21cfaff4b9c2db3c878e130e9bc9a11c6cfabf834dbc246
|
3 |
size 4219
|