4 ms·
Could this be used to generate place names in like this https://medium.com/@hondanhon/i-trained-a-neural-net-to-generate-british-placenames-9460e907e4e9 https:/
by smtpserver 9y ago
Could this be used to generate place names in like this https://medium.com/@hondanhon/i-trained-a-neural-net-to-generate-british-placenames-9460e907e4e9 https://medium.com/@hondanhon/i-trained-a-neural-net-to-gene... but with a different language? Or would that need a different training set?
- minimaxir 9y agoThe pretrained network is calibrated for English, but if you trained it on non-English data it should still work fine since the entire network is retrained (assuming there is enough overlap with characters in the vocabulary; e.g. Spanish would work fine but CJK languages would not).
- smtpserver 9y agoThanks! I love the textgenrnn_vocab.json easter egg by the way :)