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
|
@@ -65,5 +67,4 @@ print(gen_lyric("桜が咲く"))
|
|
65 |
|
66 |
## Training data
|
67 |
|
68 |
-
[Training data](https://
|
69 |
-
|
|
|
9 |
- nlp
|
10 |
license: mit
|
11 |
widget:
|
12 |
+
- text: 桜が咲く
|
13 |
+
datasets:
|
14 |
+
- skytnt/japanese-lyric
|
15 |
---
|
16 |
|
17 |
# Japanese GPT2 Lyric Model
|
|
|
67 |
|
68 |
## Training data
|
69 |
|
70 |
+
[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)
|
|