yyxx1997 / pytorchLinks
This is a repository for a few projects built in torch.
☆43Updated 3 years ago
Alternatives and similar repositories for pytorch
Users that are interested in pytorch are comparing it to the libraries listed below
Sorting:
- SimCSE中文语义相似度对比学习模型☆86Updated 3 years ago
- 基于pytorch+bert的中文文本分类☆85Updated 2 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆159Updated 2 years ago
- NLP常见任务实现(pytorch版)☆125Updated 5 years ago
- Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.☆143Updated 2 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆106Updated last year
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆190Updated last year
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆211Updated 2 years ago
- 该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记【信息抽取篇】☆29Updated 2 years ago
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)☆32Updated 3 years ago
- 基于pytorch_bert的中文多标签分类☆90Updated 3 years ago
- 复旦大学邱锡鹏老师推荐的nlp-beginner项目的实现代码☆129Updated 4 years ago
- Exercises of Natural Language Process.☆33Updated 3 years ago
- This is a nlp project about sentiment analysis using bert and including the dataset☆73Updated last year
- ☆19Updated 5 years ago
- An implementation of the BERT model and its related downstream tasks based on the PyTorch framework. @月来客栈☆601Updated last month
- Official implementation for "Instruction Tuning with Retrieval-based Examples Ranking for Aspect-based Sentiment Analysis"☆12Updated last year
- Implemention of NER model on chinese dataset.☆73Updated 2 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆234Updated 4 years ago
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆280Updated this week
- SimCSE有监督与无监督实验复现☆148Updated last year
- ☆60Updated 4 years ago
- 利用传统方法(N-gram,HMM等)、神经网络方法(CNN,LSTM等)和预训练方法(Bert等)的中文分词任务实现【The word segmentation task is realized by using traditional methods (n-gram, …☆35Updated 3 years ago
- 文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码包含TensorFlow/Pytorch双版本☆178Updated 3 years ago
- NLP实战项目☆99Updated 2 years ago
- 多模型中文cnews新闻文本分类☆59Updated 5 years ago
- 使用LoRA对ChatGLM进行微调。☆49Updated 2 years ago
- THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。☆63Updated 4 years ago
- NLP文本增强的两种方式:同义词替换(利用word2vec词表)和回译☆76Updated 4 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆130Updated 3 years ago