update model card README.md
Browse files
README.md
CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 3.1493
|
20 |
-
- Rouge1: 11.
|
21 |
-
- Rouge2: 2.
|
22 |
-
- Rougel: 8.
|
23 |
-
- Rougelsum: 10.
|
24 |
- Gen Len: 20.0
|
25 |
|
26 |
## Model description
|
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1
|
54 |
-
|
55 |
-
| 2.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
17 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 3.1493
|
20 |
+
- Rouge1: 11.0261
|
21 |
+
- Rouge2: 2.8222
|
22 |
+
- Rougel: 8.9154
|
23 |
+
- Rougelsum: 10.6714
|
24 |
- Gen Len: 20.0
|
25 |
|
26 |
## Model description
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
|
55 |
+
| 2.7852 | 1.0 | 23165 | 3.1493 | 11.0261 | 2.8222 | 8.9154 | 10.6714 | 20.0 |
|
56 |
|
57 |
|
58 |
### Framework versions
|