File size: 344 Bytes
b7eec56 |
1 2 3 4 5 6 7 |
# poetry-generation-nextline-mbart-gut-en-single
* `nextline`: generates a poem line from previous line(s)
* `mbart`: base model is [facebook/mbart-large-cc25](https://huggingface.co/facebook/mbart-large-cc25)
* `gut`: trained on Project Gutenberg data
* `en`: English language
* `single`: uses only last poem line as input for generation |