chenxingphh / machine-translation
基于Seq2Seq、Global attention、Transformer的中英文翻译
☆6Updated 4 years ago
Alternatives and similar repositories for machine-translation:
Users that are interested in machine-translation are comparing it to the libraries listed below
- 中英文神经网络机器翻译☆14Updated 4 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆555Updated last year
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆420Updated 3 months ago
- python 数地工厂 NLPSDK 关键词提取 摘要提取 新词发现 事件三元组提取 数据三元组提取 逻辑三元组提取 实体识别 短语组块识别 相似度计算 概念抽象 语义联想 情感极性判定 情感对提取 实体属性情感提取 主观性计算 网页正文解析 网页表格解析 实体链接 问题解…☆17Updated 4 years ago
- 文本相似度,语义向量,文本向量,text-similarity,similarity, sentence-similarity,BERT,SimCSE,BERT-Whitening,Sentence-BERT, PromCSE, SBERT☆73Updated 4 months ago
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆271Updated this week
- 根据新闻稿生成标题☆9Updated 5 years ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆175Updated 4 months ago
- ☆83Updated 4 years ago
- 提供一款中文版生成式摘要服务☆339Updated last week
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆181Updated last year
- SimCSE在中文上的复现,有监督+无监督☆274Updated last month
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆380Updated last year
- 使用谷歌预训练bert做字嵌入的BiLSTM-CRF序列标注模型☆476Updated 6 years ago
- This repository contains some sentiment analysis models and sequence tagging models, including BiLSTM, TextCNN, BERT for both tasks. All …☆12Updated 2 years ago
- 使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战☆173Updated 10 months ago
- This is a repository for a few projects built in torch.☆42Updated 3 years ago
- 多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification☆755Updated 3 months ago
- 基于pytorch的中文三元组提取(命名实体识别+关系抽取)☆342Updated last year
- 使用Bert完成实体之间关系抽取☆693Updated this week
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆103Updated last year
- 中文关系抽取☆456Updated last year
- 文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码包含TensorFlow/Pytorch双版本☆176Updated 2 years ago
- bert pytorch模型微调用于的多标签文本分类☆131Updated 5 years ago
- 使用transformer架构实现简单的英语翻译中文模型☆90Updated 5 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆766Updated 3 years ago
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆209Updated 2 years ago
- bert_seq2seq的DDP版本,支持bert、roberta、nezha、t5、gpt2等模型,支持seq2seq、ner、关系抽取等任务,无需添加额外代码,轻松启动DDP多卡训练。☆51Updated 2 years ago
- 基于ERNIE的中文NER☆36Updated 2 years ago
- 基于BI-LSTM+CRF的中文命名实体识别 Pytorch☆389Updated last year