Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Rouge1: 0.
|
23 |
-
- Rouge2: 0.
|
24 |
-
- Rougel: 0.
|
25 |
-
- Rougelsum: 0.
|
26 |
-
- Gen Len:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -57,11 +57,11 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
59 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
60 |
-
| 2.
|
61 |
-
| 2.
|
62 |
-
| 2.
|
63 |
-
| 2.
|
64 |
-
| 2.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.4119
|
22 |
+
- Rouge1: 0.4304
|
23 |
+
- Rouge2: 0.2352
|
24 |
+
- Rougel: 0.3663
|
25 |
+
- Rougelsum: 0.3660
|
26 |
+
- Gen Len: 18.1767
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
59 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
60 |
+
| 2.5079 | 1.0 | 6250 | 2.121959 | 0.4263 | 0.2290 | 0.3597 | 0.3594 | 18.3300 |
|
61 |
+
| 2.4566 | 2.0 | 12500 | 2.084411 | 0.4267 | 0.2312 | 0.3622 | 0.3618 | 18.2773 |
|
62 |
+
| 2.4242 | 3.0 | 18750 | 2.061557 | 0.4311 | 0.2358 | 0.3660 | 0.3656 | 18.1307 |
|
63 |
+
| 2.4058 | 4.0 | 25000 | 2.053182 | 0.4316 | 0.2367 | 0.3660 | 0.3659 | 18.1753 |
|
64 |
+
| 2.4119 | 5.0 | 31250 | 2.052128 | 0.4304 | 0.2352 | 0.3663 | 0.3660 | 18.1767 |
|
65 |
|
66 |
|
67 |
### Framework versions
|