ZephyrChenzf / text-classification-pytorchLinks
使用pytorch和京东某商品评价数据集,采用不同模型对文本进行分类
☆25Updated 7 years ago
Alternatives and similar repositories for text-classification-pytorch
Users that are interested in text-classification-pytorch are comparing it to the libraries listed below
Sorting:
- 面向金融领域的事件主体抽取(ccks2019),一个baseline☆119Updated 6 years ago
- 汽车主题情感分析大赛冠军☆27Updated 6 years ago
- 搜狐校园算法大赛baseline☆66Updated 6 years ago
- 关键词抽取,神策杯2018高校算法大师赛比赛,solo 排名3/591☆65Updated 6 years ago
- BiLSTM+CRF by Pytorch and classic CRF by pysuite 基于双向循环神经网络和CRF特征模板的信息抽取☆17Updated 6 years ago
- AI-Challenger Baseline 细粒度用户评论情感分析☆230Updated 6 years ago
- 达观算法比赛ner任务,从重新训练bert,到finetune预测。☆75Updated 2 years ago
- 2018年蚂蚁金服金融大脑赛题分享☆151Updated 7 years ago
- 2019年4月8日,第三届搜狐校园内容识别算法大赛。☆25Updated 6 years ago
- This repo contains a PyTorch implementation of a pretrained BERT model for text classification.☆105Updated 6 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆76Updated 6 years ago
- 2019搜狐校园算法大赛。决赛解决方案ppt、实体lgb单模代码☆71Updated 6 years ago
- 细粒度用户评论情感分析☆123Updated 7 years ago
- CCL2018客服领域用户意图分类冠军1st方案☆149Updated 3 years ago
- 参考NER,基于BERT的电商评论观点挖掘和情感分析☆43Updated 6 years ago
- 蚂蚁金服比赛 15th/2632☆48Updated 6 years ago
- NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务☆194Updated last year
- (2019 法研杯 阅读理解) A pytorch implement of bert joint baseline for machine comprehension task in 2019 cail☆59Updated 2 years ago
- 基于capsule的观点型阅读理解模型☆89Updated 6 years ago
- CCF BDCI 金融信息负面及主体判定第三名方案☆55Updated 5 years ago
- 2019达观杯 第六名代码☆44Updated 2 years ago
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 的简单Demo, 模型采用BERT+CNN ( https://github.com/Wangpeiyi9979/IE-Bert-CNN )。 Demo使用Fl…