taishan1994 / sbert_text_similarityLinks
使用sentence-transformers(SBert)训练自己的文本相似度数据集并进行评估。
☆47Updated 3 years ago
Alternatives and similar repositories for sbert_text_similarity
Users that are interested in sbert_text_similarity are comparing it to the libraries listed below
Sorting:
- Bert预训练模型fine-tune计算文本相似度☆104Updated 2 years ago
- 基于词汇信息融合的中文NER模型☆168Updated 3 years ago
- 使用torch整合两种经典的指针NER抽取范式,分别是SpanBert和苏神的GlobalPointer,简单加了些tricks,配置后一键运行☆132Updated last year
- [Unofficial] Predict code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification☆53Updated 2 years ago
- 基于pytorch的百度UIE命名实体识别。☆56Updated 2 years ago
- 基于bert_mrc的中文命名实体识别☆43Updated 3 years ago
- 句子匹配模型,包括无监督的SimCSE、ESimCSE、PromptBERT,和有监督的SBERT、CoSENT。☆99Updated 2 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆136Updated 2 years ago
- NLP实验:新词挖掘+预训练模型继续Pre-training☆47Updated last year
- ☆87Updated 3 years ago
- 本NER项目包含多个中文数据集,模型采用BiLSTM+CRF、BERT+Softmax、BERT+Cascade、BERT+WOL等,最后用TFServing进行模型部署,线上推理和线下推理。☆80Updated 3 years ago
- 多标签文本分类☆30Updated 3 years ago
- 继续预训练中文bert☆30Updated 3 years ago
- 基于 pytorch 的 bert 实现和下游任务微调☆51Updated 2 years ago
- 基于pytorch的GlobalPointer进行中文命名实体识别。☆36Updated last year
- 基于Pytorch的文 本分类框架,支持TextCNN、Bert、Electra等。☆62Updated 2 years ago
- bert_avg,bert_whitening,sbert,consert,simcse,esimcse 中文句向量表示☆16Updated 3 years ago
- 🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即用。☆113Updated last year
- 本项目是NLP领域一些任务的基准模型实现,包括文本分类、命名实体识别、实体关系抽取、NL2SQL、CKBQA以及BERT的各种下游任务应用。☆47Updated 4 years ago
- 开课吧&后厂理工学院_百度NLP项目2:试题数据集多标签文本分类 Models: FastText TextCNN GCN BERT et al.☆48Updated 5 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆43Updated 2 years ago
- 复现论文《Simplify the Usage of Lexicon in Chinese NER》☆42Updated 4 years ago
- using lear to do ner extraction☆29Updated 3 years ago
- GlobalPointer的优化版/NER实体识别☆120Updated 3 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆126Updated 2 years ago
- experiments of some semantic matching models and comparison of experimental results.☆161Updated last year
- NLP句子编码、句子embedding、语义相似度:BERT_avg 、BERT_whitening、SBERT、SmiCSE☆176Updated 3 years ago
- A simple framework for building some basic NLP tasks☆59Updated 2 years ago
- 基于GlobalPointer的实体/关系/事件抽取☆147Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago