Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,9 @@ tags:
|
|
9 |
- nlp
|
10 |
license: mit
|
11 |
widget:
|
12 |
-
- text:
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Japanese GPT2 Lyric Model
|
@@ -76,5 +78,4 @@ print(gen_lyric("桜",""))
|
|
76 |
|
77 |
## Training data
|
78 |
|
79 |
-
[Training data](https://
|
80 |
-
|
|
|
9 |
- nlp
|
10 |
license: mit
|
11 |
widget:
|
12 |
+
- text: <s>桜[CLS]
|
13 |
+
datasets:
|
14 |
+
- skytnt/japanese-lyric
|
15 |
---
|
16 |
|
17 |
# Japanese GPT2 Lyric Model
|
|
|
78 |
|
79 |
## Training data
|
80 |
|
81 |
+
[Training data](https://huggingface.co/datasets/skytnt/japanese-lyric/blob/main/lyric_clean.pkl) contains 143,587 Japanese lyrics which are collected from [uta-net](https://www.uta-net.com/) by [lyric_download](https://github.com/SkyTNT/lyric_downlowd)
|
|