Open crjhonor opened 2 years ago
Hi, I think the module you mentioned is senta_bilstm. This module is a pretrained model based on Chinese corpus, so it is unable to handle English sentences.
I suggest that you can use models like roberta_skep_large_en in https://github.com/baidu/Senta for English-language sentiment analysis.
I actually tried to implement this modules to English texts, and results are generated. But the description of the bilstm module is to sentiment the "Chinese" words, is it correct to sentiment the "English" words?
Originally posted by @crjhonor in https://github.com/PaddlePaddle/PaddleHub/discussions/1847