ahmedmbutt
commited on
Commit
•
747852b
1
Parent(s):
f255455
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: PTS-Bart-Large-CNN
|
10 |
results: []
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# PTS-Bart-Large-CNN
|
17 |
|
18 |
-
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.0177
|
21 |
- Rouge1: 0.6339
|
@@ -65,4 +66,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.41.2
|
66 |
- Pytorch 2.3.0+cu121
|
67 |
- Datasets 2.20.0
|
68 |
-
- Tokenizers 0.19.1
|
|
|
8 |
model-index:
|
9 |
- name: PTS-Bart-Large-CNN
|
10 |
results: []
|
11 |
+
pipeline_tag: summarization
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# PTS-Bart-Large-CNN
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the PTS dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.0177
|
22 |
- Rouge1: 0.6339
|
|
|
66 |
- Transformers 4.41.2
|
67 |
- Pytorch 2.3.0+cu121
|
68 |
- Datasets 2.20.0
|
69 |
+
- Tokenizers 0.19.1
|