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 ' |