update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -14,13 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# bart-base-finetuned-xsum
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
-
- Rouge1: 10.
|
21 |
-
- Rouge2: 4.
|
22 |
-
- Rougel: 8.
|
23 |
-
- Rougelsum: 9.
|
24 |
- Gen Len: 20.0
|
25 |
|
26 |
## Model description
|
@@ -41,8 +42,8 @@ More information needed
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 2e-05
|
44 |
-
- train_batch_size:
|
45 |
-
- eval_batch_size:
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
@@ -50,14 +51,14 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1
|
54 |
-
|
55 |
-
| 1.
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
-
- Pytorch 2.0.
|
62 |
-
- Datasets 2.
|
63 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: facebook/bart-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# bart-base-finetuned-xsum
|
17 |
|
18 |
+
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.7781
|
21 |
+
- Rouge1: 10.628
|
22 |
+
- Rouge2: 4.8131
|
23 |
+
- Rougel: 8.5827
|
24 |
+
- Rougelsum: 9.9039
|
25 |
- Gen Len: 20.0
|
26 |
|
27 |
## Model description
|
|
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 8
|
46 |
+
- eval_batch_size: 8
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| 1.6643 | 1.0 | 6188 | 1.7781 | 10.628 | 4.8131 | 8.5827 | 9.9039 | 20.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- Transformers 4.31.0
|
62 |
+
- Pytorch 2.0.1+cu118
|
63 |
+
- Datasets 2.14.4
|
64 |
- Tokenizers 0.13.3
|