ylhsieh / pytorch-elmo-classification

text classification using ELMO
16 stars 3 forks source link

Does Elmo support Chinese (Chinese sentence classification task)? Thank you #1

Open tectal opened 5 years ago

tectal commented 5 years ago

Does Elmo support Chinese (Chinese sentence classification task)? Thank you

ylhsieh commented 5 years ago

Hi, This repo uses the model released by https://allennlp.org/elmo For now, they do not have a Chinese version. But maybe you can try https://github.com/HIT-SCIR/ELMoForManyLangs Thanks!