zhenpengguo / Machine-translation-based-on-Transformer
基于Transformer的机器翻译系统
☆11Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for Machine-translation-based-on-Transformer
- 使用transformer构建的机器 翻译系统☆9Updated last year
- pytorch实现Transformer,提供机器翻译案例和简单的翻译api接口(flask)。评分组件使用BLEU。☆67Updated 3 years ago
- 利用Transformer模型实现的机器翻译☆11Updated 3 years ago
- 基于Transform的机器翻译系统☆19Updated 4 years ago
- 使用transformer架构实现简单的英语翻译中文模型☆80Updated 5 years ago
- pytorch实现seq2seq机器翻译算法,附详细注释☆22Updated 3 years ago
- 中英机器文本翻译☆152Updated 5 years ago
- 机器翻译Jupyter Notebook教程☆18Updated 3 years ago
- 用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现☆91Updated 3 years ago
- 基于深度学习的中文评论情感分类和智能客服研究与实现。主要是酒店和书店的评论情感分析(二分类+九分类),可以判定积极和消极,对于消极评论,还可以判断其具体类别,比如物流不好或者服务差等等。☆41Updated 4 years ago
- 在SMP2020的微博情绪分类任务上,微调在中文预料上预训练的BERT模型,进行文本分类。☆91Updated 2 years ago
- BERT微调在机器翻译上的应用,哎哟,效果贼好。☆47Updated 3 years ago
- 中文电影评论情感分类,pytorch实现Text-CNN。☆40Updated 4 years ago
- This is a nlp project about sentiment analysis using bert and including the dataset☆71Updated 6 months ago
- 京东评论情感分析模型,主要包括1、数据获取及探索性分析;2、文本预处理、文本分词、文本向量化、特征提取、☆75Updated 5 years ago
- 一个BERT+BiLSTM的情感分析 BaseLine☆26Updated 4 years ago
- 基于双向RNN,Attention机制的编解码神经机器翻译模型☆59Updated 6 years ago
- SMP 2020年微博情感分类评测任务 第六名解决方案☆68Updated 2 years ago
- 基于 BERT 模型的中文文本分类工具☆59Updated 2 years ago
- 基于BERT模型的中文文本情感分类☆34Updated 2 years ago
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆135Updated 2 years ago
- 电影评论情感分析,利用LSTM进行分类,数据集为IMDB情感分析数据集,使用已经训练好的词典向量模型☆23Updated 6 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆114Updated 4 years ago
- 本项目主要是利用LSTM来对中文文本进行情感分类,包含四个类别(愤怒,焦虑,抑郁,伤感)☆52Updated 4 years ago
- 本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。☆101Updated 5 years ago
- Extractive text summarization using seq2seq, PGN and coverage machanism.☆20Updated 2 years ago
- This is a repository for a few projects built in torch.☆41Updated 2 years ago
- 基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer☆41Updated 2 years ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆65Updated 3 years ago
- 中文->英文的机器翻译,完全基于kreas-transformer。模型已上传,可直接跑。☆51Updated 4 years ago