sentiment-analysis icon indicating copy to clipboard operation
sentiment-analysis copied to clipboard

用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现

Results 7 sentiment-analysis issues
Sort by recently updated
recently updated
newest added

bert配置文件里"num_classes": 1,请问这是一分类吗,如果要是进行多分类应该怎么做呀?谢谢!

No such file or directory: 'data/pre-training/word_embedding/sgns.merge.char'

打扰了,能告知一下你的硬件配置是什么样的吗?

你好,请问我在运行的过程中出现了FileNotFoundError: [Errno 2] No such file or directory: 'data/pre-training/word_embedding/sgns.merge.char'这个错误 怎么解决呀

大佬,是否可以提供详细使用讲解,可以付费。

请问您这个项目依赖的包都是什么版本的呢?在运行train.py的时候,python报错KeyedVectors没有add函数,我想这也许是gensim版本的问题

您好,在我尝试运行test.py的时候,程序报错“FileNotFoundError: [Errno 2] No such file or directory: 'saved\\mlp_1h\\models\\0706_140218\\config.json'”,在您的项目里似乎也没有saved,请问要如何做呢?是否需要先训练呢?