Update README.md
Browse files
README.md
CHANGED
|
@@ -8,10 +8,13 @@ tags:
|
|
| 8 |
|
| 9 |
### Pegasus Models
|
| 10 |
See Docs: [here](https://huggingface.co/transformers/master/model_doc/pegasus.html)
|
|
|
|
| 11 |
Original TF 1 code [here](https://github.com/google-research/pegasus)
|
| 12 |
|
| 13 |
Authors: Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu on Dec 18, 2019
|
|
|
|
| 14 |
Maintained by: [@sshleifer](https://twitter.com/sam_shleifer)
|
|
|
|
| 15 |
Task: Summarization
|
| 16 |
|
| 17 |
The following is copied from the authors' README.
|
|
|
|
| 8 |
|
| 9 |
### Pegasus Models
|
| 10 |
See Docs: [here](https://huggingface.co/transformers/master/model_doc/pegasus.html)
|
| 11 |
+
|
| 12 |
Original TF 1 code [here](https://github.com/google-research/pegasus)
|
| 13 |
|
| 14 |
Authors: Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu on Dec 18, 2019
|
| 15 |
+
|
| 16 |
Maintained by: [@sshleifer](https://twitter.com/sam_shleifer)
|
| 17 |
+
|
| 18 |
Task: Summarization
|
| 19 |
|
| 20 |
The following is copied from the authors' README.
|