Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# poetry-generation-nextline-mbart-ws-sv-multi
|
2 |
|
3 |
* `nextline`: generates a poem line from previous line(s)
|
4 |
-
* `mbart`: base model is [facebook/mbart-large-
|
5 |
* `ws`: trained on Wikisource data
|
6 |
* `sv`: Swedish language
|
7 |
* `multi`: uses first, second, and third last lines as input for generation
|
|
|
1 |
# poetry-generation-nextline-mbart-ws-sv-multi
|
2 |
|
3 |
* `nextline`: generates a poem line from previous line(s)
|
4 |
+
* `mbart`: base model is [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50)
|
5 |
* `ws`: trained on Wikisource data
|
6 |
* `sv`: Swedish language
|
7 |
* `multi`: uses first, second, and third last lines as input for generation
|