skytnt commited on
Commit
66d04f9
1 Parent(s): e264d9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -9,7 +9,9 @@ tags:
9
  - nlp
10
  license: mit
11
  widget:
12
- - text: "<s>桜[CLS]"
 
 
13
  ---
14
 
15
  # Japanese GPT2 Lyric Model
@@ -76,5 +78,4 @@ print(gen_lyric("桜",""))
76
 
77
  ## Training data
78
 
79
- [Training data](https://github.com/SkyTNT/gpt2-japanese-lyric/blob/main/lyric_ids_titled.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)
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)