Pytorch + NLP, 一份友好的项目实践仓库
☆467Jul 30, 2019Updated 7 years ago
Alternatives and similar repositories for TextClassification
Users that are interested in TextClassification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Implemention some Baseline Model upon Bert for Text Classification☆691Sep 19, 2019Updated 7 years ago
- NLP研究入门之道☆2,073Nov 26, 2019Updated 6 years ago
- 该仓库主要记录 NLP 算法工程师相关的面试题☆2,757Apr 12, 2022Updated 4 years ago
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,729Sep 23, 2020Updated 5 years ago
- BERT 源码阅读☆228Aug 20, 2019Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 《大模型与智能体》电子书与 6 个编程任务:Transformer、mini-GPT、SFT/DPO、RAG、工具调用与编程智能体。☆6,771Sep 6, 2026Updated 2 weeks ago
- 复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!☆2,806Apr 4, 2026Updated 5 months ago
- Natural Language Processing Tutorial for Deep Learning Researchers☆14,933Feb 21, 2024Updated 2 years ago
- Implementation of State-of-the-art Text Classification Models in Pytorch☆490Jan 5, 2019Updated 7 years ago
- A Benchmark of Text Classification in PyTorch☆608Apr 20, 2024Updated 2 years ago
- 此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。☆17,826Jan 9, 2026Updated 8 months ago
- 使用Bert,ERNIE,进行中文文本分类☆4,446Jun 28, 2024Updated 2 years ago
- 此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务,所有代码都经过测试,可以正常运行。☆1,392Aug 25, 2022Updated 4 years ago
- bert nlp papers, applications and github resources, including the newst xlnet , BERT、XLNet 相关论文和 github 项目☆1,840Mar 21, 2021Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Text classification using deep learning models in Pytorch☆819Nov 17, 2018Updated 7 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆176May 25, 2019Updated 7 years ago
- Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Tex…☆1,628Feb 11, 2026Updated 7 months ago
- all kinds of text classification models and more with deep learning☆7,937Sep 28, 2023Updated 2 years ago
- 中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(…☆1,808Jun 17, 2024Updated 2 years ago
- Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)☆10,232Apr 19, 2026Updated 5 months ago
- Data Augmentation for NLP. NLP数据增强☆294Dec 10, 2020Updated 5 years ago
- 老宋秋招刷题日记, 语言使用python☆316Apr 24, 2026Updated 4 months ago
- transform multi-label classification as sentence pair task, with more training data and information☆178Dec 13, 2019Updated 6 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力☆7,509Aug 24, 2022Updated 4 years ago
- 中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)☆2,285Jun 21, 2022Updated 4 years ago
- 基于Pytorch和torchtext的自然语言处理深度学习框架。☆831Dec 14, 2020Updated 5 years ago
- pytorch版基于gpt+nezha的中文多轮Cdial☆11Oct 22, 2022Updated 3 years ago
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆268Sep 16, 2020Updated 6 years ago
- 100+ Chinese Word Vectors 上百种预训练中文词向量☆12,228Oct 30, 2023Updated 2 years ago
- 力求囊括主流NLP模型练手项目,不断更新中☆295Jun 11, 2020Updated 6 years ago
- NLP实战项目☆106Dec 21, 2022Updated 3 years ago
- Google AI 2018 BERT pytorch implementation☆6,528Sep 15, 2023Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 主要是我是日常看过的不错的文章的资源汇总,方便自己也分享给大家。有些我看过的,就会做简单的解读,没看过的,就先罗列一下,然后之后看了把解读更新上;涉及到搜索/推荐/自然语言处理。☆1,759Jun 3, 2021Updated 5 years ago
- fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.☆3,139Jun 5, 2023Updated 3 years ago
- 使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个…☆517Dec 8, 2022Updated 3 years ago
- DeepIE: Deep Learning for Information Extraction☆1,931Dec 9, 2022Updated 3 years ago
- 自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,b…☆1,533Sep 23, 2021Updated 4 years ago
- ’达观杯‘文本智能处理挑战赛,文本分类任务的实现,包括一些传统的监督学习算法和深度学习算法,主要基于sklearn/xgb/lgb/pytorch包实现。☆260Sep 15, 2018Updated 8 years ago
- This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.☆921Apr 18, 2023Updated 3 years ago