recorderhou / chinese_lyrics_generation

Generate lyrics from Chinese corpus
1 stars 0 forks source link

i wonder where i could get the pretrained model ? #1

Open lvZic opened 1 year ago

recorderhou commented 1 year ago

you can use Final_Deep_Model.py to train your model.

recorderhou commented 1 year ago

and please note this project did not use any pre-trained language model (e.g. BERT), so you probably could train your model on your device.

Thanks for your interest :)

lvZic commented 1 year ago

you can use Final_Deep_Model.py to train your model.

thanks for your reply. I still have 3 problems: 1) how Final_Shallow_Model is trained? 2) is https://github.com/Embedding/Chinese-Word-Vectors the dataset you used? 2) is there any demo or performance can be known?