File size: 546 Bytes
a71cba0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: apache-2.0
datasets:
- Joemgu/sumstew
language:
- en
- de
- fr
- it
- es
library_name: transformers
pipeline_tag: summarization
tags:
- summarization
- long
- title generation
metrics:
- rouge
---
# STILL UNDER DEVELOPMENT (TRAINING RUNNING)
## How to use:
Prefix your document of choice with either:
- "Summarize: "+INPUT_TEXT
- "Write a title and summarize: "+INPUT_TEXT
Depending on the prefix, the output will either be:
- "Summary: SUMMARY OF INPUT_TEXT"
- "Title: TITLE OF INPUT_TEXT Summary: SUMMARY OF INPUT_TEXT" |