基于Pytorch的文本分类框架,支持TextCNN、Bert、Electra等。
☆64Mar 20, 2023Updated 3 years ago
Alternatives and similar repositories for text_classifier_pytorch
Users that are interested in text_classifier_pytorch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Build a Chinese conversational assistant robot with RASA(构建中文多轮任务型对话机器人)☆10Apr 1, 2020Updated 6 years ago
- 中文二分类,bert+TextCNN 两种实现方法☆27Dec 21, 2022Updated 3 years ago
- using lear to do ner extraction☆28Mar 13, 2022Updated 4 years ago
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆90Apr 23, 2023Updated 3 years ago
- ⚡ 基于PyTorch的多种模型文本分类框架☆34Aug 19, 2023Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Pointer-generator transformer model and transformer model for the morphological inflection task. custom to the SIGMORPHON 2019 shared tas…☆26May 26, 2020Updated 6 years ago
- 基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer☆48Mar 1, 2022Updated 4 years ago
- PyTorch使用BERT进行英语多标签文本分类☆33Mar 12, 2022Updated 4 years ago
- 中文ner模型使用tensorflow2.1构建☆18Sep 10, 2021Updated 5 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆400Jul 16, 2023Updated 3 years ago
- DataFountain第五届达观杯第4名方案☆49Oct 7, 2022Updated 3 years ago
- ☆21Mar 30, 2022Updated 4 years ago
- 使用Mask LM预训练任务来预训练Bert模型。训练垂直领域语料的模型表征,提升下游任务的表现。☆48Mar 2, 2023Updated 3 years ago
- 2022搜狐校园算法大赛NLP赛道第一名开源方案(实验代码)☆89Jul 31, 2022Updated 4 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- a python package for stat,caculate woe,iv, ks,auc,roc,psi and plot.☆17Jul 17, 2023Updated 3 years ago
- 一个使用tensorflow2.3开发的基于Bert的意图识别的自然语言理解任务Demo☆27May 11, 2024Updated 2 years ago
- 本项目由三个模块构成。意图识别:判断用户的意图是业务型还是闲聊型;模型检索:该部分构建一个语料库,当用户 发起新的query(通过意图识别判断为业务型对话)时,为用户匹配query检索的最佳response,使用HSWN进行召回(粗排), 然后构建句子的相似度,并利用Lig…☆12Feb 18, 2021Updated 5 years ago
- 基于BERT事件抽取构建活动知识图谱☆12Aug 28, 2023Updated 3 years ago
- Defeasible Natural Language Inference☆14Dec 4, 2020Updated 5 years ago
- A Framework for Multimodal Parsing, Contextual Narration, and Hierarchical Labeling of ESG Reports☆17Nov 14, 2025Updated 10 months ago
- ☆16Jun 12, 2023Updated 3 years ago
- 2021搜狐校园文本匹配算法大赛决赛第八名解决方案☆23Jul 5, 2021Updated 5 years ago
- 利用huggingface实现文本分类☆57Feb 22, 2022Updated 4 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- ☆11Apr 10, 2024Updated 2 years ago
- Recursive Abstractive Processing for Tree-Organized Retrieval☆10May 30, 2024Updated 2 years ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆176Nov 28, 2024Updated last year
- Dataset simulation for DPCCN.☆16Dec 25, 2022Updated 3 years ago
- 基于实体首尾指针SPAN的序列标注框架☆26Mar 14, 2022Updated 4 years ago
- 从基础算法开始,学习命名实体识别的算法☆23Jul 18, 2020Updated 6 years ago
- pytorch实现TextCNN、TextRNN、TextRCNN、Attention+RNN、DPCNN进行文本分类☆15Jan 27, 2021Updated 5 years ago
- 检索式问答系统☆12Jun 2, 2020Updated 6 years ago
- 在苏剑林老师的代码上改了一下,改成了python3.6,基于膨胀卷积,字词混合向量,radam梯度优化算法,百度百科词向量的阅读理解模型☆24Aug 28, 2019Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- ☆13Jul 12, 2022Updated 4 years ago
- Embedding, NMT, Text_Classification, Text_Generation, NER etc.☆566Jun 12, 2023Updated 3 years ago
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆241Jun 15, 2022Updated 4 years ago
- 该项目通过新闻数据集演示文本分类全流程:数据清洗,模型训练,模型部署和前端展示。使用的模型和工具:pytorch,bert,streamlit☆18Nov 7, 2022Updated 3 years ago
- NLP算法领域的面试资料大全,包括笔试、面试题目☆42Mar 4, 2020Updated 6 years ago
- ☆11May 29, 2024Updated 2 years ago
- NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。☆532May 20, 2023Updated 3 years ago