fabianmmueller
commited on
Commit
·
7f7b357
1
Parent(s):
c4fb37e
Update README.md
Browse files
README.md
CHANGED
@@ -26,14 +26,14 @@ The model is intended to generate Haikus. To do so, it was trained using a multi
|
|
26 |
|
27 |
- topic2graphemes `(keywords = text)`
|
28 |
- topic2phonemes `<keyword_phonemes = text_phonemes>`
|
29 |
-
-
|
30 |
- phonemes2graphemes `{text_phonemes = text}`
|
31 |
|
32 |
-
To use the model, use an appropriate prompt like `(dog rain
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
-
|
37 |
|
38 |
## Training procedure
|
39 |
|
|
|
26 |
|
27 |
- topic2graphemes `(keywords = text)`
|
28 |
- topic2phonemes `<keyword_phonemes = text_phonemes>`
|
29 |
+
- graphemes2phonemes `[text = text_phonemes]`
|
30 |
- phonemes2graphemes `{text_phonemes = text}`
|
31 |
|
32 |
+
To use the model, use an appropriate prompt like `"(dog rain ="` and let the model generate a Haiku given the keyword.
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
+
We used a collection of existing haikus for training. Furthermore, all haikus were used in their graphemes version as well as a phonemes version. In addition, we extracted key word for all haikus using [KeyBERT](https://github.com/MaartenGr/KeyBERT) and sorted out haikus with a low text quality according to the [GRUEN score](https://github.com/WanzhengZhu/GRUEN).
|
37 |
|
38 |
## Training procedure
|
39 |
|