File size: 317 Bytes
745e58e 38b0a71 d844142 38b0a71 d844142 38b0a71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
datasets:
- csebuetnlp/xlsum
language:
- pt
- en
metrics:
- rouge
library_name: transformers
pipeline_tag: summarization
tags:
- text-generation-inference
---
To summarize a text you should put a language id in the beginning:
for texts in English add 'EN ' to your input
for texts in Portuguese add 'PT ' |