human-centered-summarization
commited on
Commit
•
b5740b7
1
Parent(s):
32d7ccb
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This model was trained on a novel financial dataset which consists of 2K financi
|
|
18 |
PEGASUS model was originally proposed by Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu in [PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization](https://arxiv.org/pdf/1912.08777.pdf).
|
19 |
|
20 |
|
21 |
-
|
22 |
We provide a simple snippet of how to use this model for the task of financial summarization in Pytorch.
|
23 |
|
24 |
```Python
|
|
|
18 |
PEGASUS model was originally proposed by Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu in [PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization](https://arxiv.org/pdf/1912.08777.pdf).
|
19 |
|
20 |
|
21 |
+
### How to use
|
22 |
We provide a simple snippet of how to use this model for the task of financial summarization in Pytorch.
|
23 |
|
24 |
```Python
|