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.1165
|
21 |
+
- Rouge1: 55.7822
|
22 |
+
- Rouge2: 41.9699
|
23 |
+
- Rougel: 47.2427
|
24 |
+
- Rougelsum: 47.1372
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
+
| 0.613 | 1.0 | 35 | 0.2146 | 42.8394 | 24.2808 | 31.8024 | 31.7805 |
|
56 |
+
| 0.1987 | 2.0 | 70 | 0.1989 | 46.2492 | 30.694 | 36.6481 | 36.5135 |
|
57 |
+
| 0.1939 | 3.0 | 105 | 0.1792 | 47.7166 | 31.8667 | 38.5667 | 38.526 |
|
58 |
+
| 0.1663 | 4.0 | 140 | 0.1642 | 49.6835 | 34.7278 | 39.5294 | 39.4623 |
|
59 |
+
| 0.1711 | 5.0 | 175 | 0.1555 | 51.6538 | 35.9915 | 40.1589 | 40.1665 |
|
60 |
+
| 0.1577 | 6.0 | 210 | 0.1443 | 50.4306 | 35.9713 | 40.4836 | 40.4492 |
|
61 |
+
| 0.1511 | 7.0 | 245 | 0.1367 | 55.8887 | 43.2295 | 49.0124 | 48.9803 |
|
62 |
+
| 0.1425 | 8.0 | 280 | 0.1306 | 56.2433 | 41.4182 | 45.9078 | 45.9027 |
|
63 |
+
| 0.1255 | 9.0 | 315 | 0.1191 | 57.3464 | 43.7543 | 47.335 | 47.3058 |
|
64 |
+
| 0.1299 | 10.0 | 350 | 0.1165 | 55.7822 | 41.9699 | 47.2427 | 47.1372 |
|
65 |
|
66 |
|
67 |
### Framework versions
|