Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,10 @@ pipeline_tag: summarization
|
|
15 |
# pegasus-x-base-synthsumm_open-16k
|
16 |
|
17 |
|
18 |
-
This is a text-to-text summarization model fine-tuned from [pegasus-x-base](https://hf.co/google/pegasus-x-base) on a dataset of long documents from various sources/domains and their synthetic summaries.
|
19 |
|
20 |
-
|
|
|
21 |
|
22 |
## Usage
|
23 |
|
|
|
15 |
# pegasus-x-base-synthsumm_open-16k
|
16 |
|
17 |
|
18 |
+
This is a text-to-text summarization model fine-tuned from [pegasus-x-base](https://hf.co/google/pegasus-x-base) on a dataset of long documents from various sources/domains and their synthetic summaries.
|
19 |
|
20 |
+
|
21 |
+
It performs surprisingly well as a general summarization model for its size. More details, a larger model, and the dataset will be released (_as time permits_).
|
22 |
|
23 |
## Usage
|
24 |
|