unikcc / SentenceClassificationLinks
Sentence Classification Model Implemented with PyTorch
☆16Updated 3 years ago
Alternatives and similar repositories for SentenceClassification
Users that are interested in SentenceClassification are comparing it to the libraries listed below
Sorting:
- 基于tensorflow的bilstm+crf的命名实体识别☆13Updated 4 years ago
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆151Updated 3 years ago
- 天池 新冠疫情相似句对判定大赛 top6方案☆77Updated 3 years ago
- bert pytorch模型微调用于的多标签文本分类☆137Updated 6 years ago
- NLP句子编码、句子embedding、语义相似度:BERT_avg、BERT_whitening、SBERT、SmiCSE☆179Updated 3 years ago
- 多标签文本分类☆32Updated 3 years ago
- ☆279Updated 3 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆124Updated 5 years ago
- NER任务SOTA模型BERT_MRC☆61Updated last year
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆227Updated 3 years ago
- multi-label-classification-4-event-type☆138Updated 2 years ago
- Bert预训练模型fine-tune计算文本相似度☆109Updated 2 years ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆67Updated 4 years ago
- MUSIED: A Benchmark for Event Detection from Multi-Source Heterogeneous Informal Texts☆10Updated 2 years ago
- 利用 HMM、BiLSTM-CRF 及 ALBERT 模型进行中文命名实体识别☆23Updated 2 years ago
- ☆60Updated 5 years ago
- 多标签文本分类☆53Updated 6 years ago
- 基于Transformers的文本分类☆341Updated 4 years ago
- 本NER项目包含多个中文数据集,模型采用BiLSTM+CRF、BERT+Softmax、BERT+Cascade、BERT+WOL等,最后用TFServing进行模型部署,线上推理和线下推理。☆81Updated 4 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆236Updated 5 years ago
- ccf 2020 beike 问答匹配 B榜24名☆12Updated 2 years ago
- 一个简单的中文事件抽取模型,触发词和实体联合标注识别,同时判定实体角色。☆75Updated 4 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆54Updated 5 years ago
- 利用bert预训练模型生成句向量或词向量☆27Updated 5 years ago
- SimCSE在中文上的复现,有监督+无监督☆279Updated 8 months ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆78Updated 5 years ago
- 基于Pytorch的知识蒸馏(中文文本分类)☆20Updated 2 years ago
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆141Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 在 Google BERT Fine-tuning基础上,利用cnn/rnn进行中文文本的分类☆19Updated 6 years ago