wireless911 / bert-text
bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)
☆31Updated 3 years ago
Alternatives and similar repositories for bert-text:
Users that are interested in bert-text are comparing it to the libraries listed below
- 利用bert 预训练模型生成句向量或词向量☆27Updated 4 years ago
- bert pytorch模型微调用于的多标签文本分类☆131Updated 5 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆60Updated 2 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆53Updated 4 years ago
- 使用LSTM+CRF进行命名实体识别☆33Updated 3 years ago
- 细粒度的情感分析(属性词提取,句法依存分析)☆35Updated 2 years ago
- smp ewect code☆76Updated 4 years ago
- 一个简单的中文事件抽取模型,触发词和实体联合标注识别,同时判定实体角色。☆74Updated 4 years ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆66Updated 4 years ago
- 嵌套命名实体识别 Nested NER☆19Updated 3 years ago
- 使用Bert+CRF、Bert+BiLSTM+CRF、Bert+BiGRU+CRF、Bert+BiGRU+self-atttention+CRF、AlBert+CRF、AlBert+BiLSTM+CRF、AlBert+BiGRU+CRF、AlBert+BiGRU+self-…☆46Updated 4 years ago
- 基于BERT模型的中文文本情感分类☆36Updated 2 years ago
- 使用BERT-BiLSTM+CRF进行ner任务(pytorch_lightning版)☆44Updated 2 years ago
- pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别☆43Updated 3 years ago
- 存放知乎,博客发表文章中的代码☆47Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆47Updated 4 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆103Updated last year
- 毕业设计:基于Bert_Position_BiLSTM_Attention_CRF_LSTMDecoder的法律文书要素识别☆55Updated 4 years ago
- 疫情期间网民情绪识别比赛分享+top1~3解决方案☆50Updated 4 years ago
- 该项目是自己做的一些nlp的实验,包括命名实体识别、实体关 系抽取和事件抽取,未来会持续更新。☆30Updated last year
- 本项目采用Keras和Keras-bert实现文本多分类任务,对BERT进行微调。☆48Updated 3 years ago
- PyTorch使用BERT进行英语多标签文本分类☆33Updated 3 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。