update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 1.
|
| 20 |
-
- Rouge1: 0.
|
| 21 |
-
- Rouge2: 0.
|
| 22 |
-
- Rougel: 0.
|
| 23 |
-
- Rougelsum: 0.
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -45,13 +45,15 @@ The following hyperparameters were used during training:
|
|
| 45 |
- seed: 42
|
| 46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
- lr_scheduler_type: linear
|
| 48 |
-
- num_epochs:
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
| 54 |
-
| No log | 1.0 | 56 | 1.
|
|
|
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.9087
|
| 20 |
+
- Rouge1: 0.1757
|
| 21 |
+
- Rouge2: 0.0665
|
| 22 |
+
- Rougel: 0.1487
|
| 23 |
+
- Rougelsum: 0.1548
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 45 |
- seed: 42
|
| 46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
- lr_scheduler_type: linear
|
| 48 |
+
- num_epochs: 3
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
| 54 |
+
| No log | 1.0 | 56 | 1.9335 | 0.1799 | 0.0713 | 0.1555 | 0.1613 |
|
| 55 |
+
| No log | 2.0 | 112 | 1.9155 | 0.1727 | 0.0672 | 0.1489 | 0.1535 |
|
| 56 |
+
| No log | 3.0 | 168 | 1.9087 | 0.1757 | 0.0665 | 0.1487 | 0.1548 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|