Model save
Browse files
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 [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: 0.
|
21 |
-
- Rouge1:
|
22 |
-
- Rouge2:
|
23 |
-
- Rougel:
|
24 |
-
- Rougelsum:
|
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 |
-
| 0.
|
56 |
-
| 0.
|
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 [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: 0.0567
|
21 |
+
- Rouge1: 55.8275
|
22 |
+
- Rouge2: 45.1893
|
23 |
+
- Rougel: 50.0441
|
24 |
+
- Rougelsum: 50.1406
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
+
| 0.4872 | 1.0 | 31 | 0.1259 | 40.3668 | 25.4156 | 32.4952 | 32.5066 |
|
56 |
+
| 0.1349 | 2.0 | 62 | 0.1071 | 38.4137 | 23.9982 | 29.3169 | 29.3606 |
|
57 |
+
| 0.128 | 3.0 | 93 | 0.1000 | 45.61 | 29.904 | 36.2931 | 36.1606 |
|
58 |
+
| 0.1138 | 4.0 | 124 | 0.0993 | 47.4837 | 33.2177 | 40.1978 | 40.0854 |
|
59 |
+
| 0.1064 | 5.0 | 155 | 0.0832 | 48.4985 | 34.9247 | 42.5024 | 42.5047 |
|
60 |
+
| 0.0978 | 6.0 | 186 | 0.0792 | 50.4492 | 37.1342 | 42.4463 | 42.2735 |
|
61 |
+
| 0.0941 | 7.0 | 217 | 0.0726 | 53.0967 | 41.2303 | 45.9412 | 45.9511 |
|
62 |
+
| 0.0748 | 8.0 | 248 | 0.0653 | 54.9193 | 43.316 | 46.8554 | 46.7847 |
|
63 |
+
| 0.0791 | 9.0 | 279 | 0.0582 | 54.424 | 44.2063 | 47.1231 | 47.0471 |
|
64 |
+
| 0.0742 | 10.0 | 310 | 0.0567 | 55.8275 | 45.1893 | 50.0441 | 50.1406 |
|
65 |
|
66 |
|
67 |
### Framework versions
|