joker-star-l / ai_lab5
人工智能实验五:多模态情感分类
☆14Updated 2 years ago
Alternatives and similar repositories for ai_lab5:
Users that are interested in ai_lab5 are comparing it to the libraries listed below
- 使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)☆72Updated last year
- THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。☆58Updated 4 years ago
- 基于PaddleNLP搭建评论观点抽取和属性级情感分析模型,并基于前后端分离式架构完成属性级情感分析Web系统搭建,通过细粒度情感分析帮助用户和商家更好决策。☆65Updated last year
- 基于pytorch+bert的中文文本分类☆82Updated last year
- 疫情期间网民情绪识别比赛分享+top1~3解决方案☆51Updated 4 years ago
- 使用bert进行中文方面级情感识别。☆22Updated last year
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)