library_name: peft | |
datasets: | |
- csebuetnlp/xlsum | |
language: | |
- en | |
pipeline_tag: summarization | |
## Data | |
- Trained on random sample of 5000 rows from xlsum | |
## Prompt | |
``` | |
[INST] Please write a brief, thorough summary of the text. | |
''' | |
{text} | |
''' | |
[/INST] | |
``` | |
### Framework versions | |
- PEFT 0.5.0 |