Regan-Zhang / Transformer-TranslationLinks
An executable Transformer translation code implemented by pytorch to translate English into French.
☆12Updated 2 years ago
Alternatives and similar repositories for Transformer-Translation
Users that are interested in Transformer-Translation are comparing it to the libraries listed below
Sorting:
- [PR2024] Official code for "MP-TFWA: Multi-schema prompting powered token-feature woven attention network for short text classification"☆11Updated 11 months ago
- Official implementation for "Instruction Tuning with Retrieval-based Examples Ranking for Aspect-based Sentiment Analysis"☆12Updated last year
- SimCSE中文语义相似度对比学习模型☆86Updated 3 years ago
- 基于pytorch+bert的中文文本分类☆84Updated 2 years ago
- Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.☆142Updated 2 years ago
- 使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)☆78Updated 2 years ago
- Summary and comparison of Chinese classification models☆35Updated 2 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆157Updated 2 years ago
- 这里用来存储做人工智能项目的代码和参加数据挖掘比赛的代码☆100Updated 3 months ago
- Pytorch_Learning_Notes☆103Updated 3 months ago
- NLP实战项目☆99Updated 2 years ago
- GAIIC赛道一:影像学 NLP — 医学影像诊断报告生成 [A100换你大棚甜瓜 Rank-12 方案]☆67Updated 2 years ago
- 基于BERT的中文命名实体识别☆41Updated 3 years ago
- 基于多模态检索的互联网图文匹配☆14Updated last year
- 基于BERT的文本多标签多分类☆11Updated 3 years ago
- bilibili-nlp☆29Updated 2 years ago
- 神经网络各种模型PyTorch实现☆40Updated 2 years ago
- Pytorch 文本分类温习练习,本项目主要针对短文本的简单分类,demo看看就好。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆16Updated 5 years ago
- pytorch实现seq2seq机器翻译算法,附详细注释☆25Updated 4 years ago
- 大模型文本分类☆65Updated 10 months ago
- bert_seq2seq的DDP版本,支持bert、roberta、nezha、t5、gpt2等模型,支持seq2seq、ner、关系抽取等任务,无需添加额外代码,轻松启动DDP多卡训练。☆52Updated 2 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆105Updated last year
- transformer,机器翻译,中文--英文☆81Updated 2 years ago
- 基于PaddleNLP搭建评论观点抽取和属性级情感分析模型,并基于前后 端分离式架构完成属性级情感分析Web系统搭建,通过细粒度情感分析帮助用户和商家更好决策。☆67Updated 2 years ago
- a sample pytorch Implementation of ACL 2021 research paper "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".☆38Updated last year
- 利用BERT预训练模型进行文本生成,可用于对话、摘要、问题生成等任务。 目前支持策略,词表的插入和删除、自定义Character Embedding、随机词替换等☆9Updated 3 years ago
- SimCSE有监督与无监督实验复现☆148Updated last year
- 大语言模型应用:RAG、NL2SQL、聊天机器人、预训练、MOE混合专家模型、微调训练、强化学习、天池数据竞赛☆62Updated 4 months ago
- 对llama3进行全参微调、lora微调以及qlora微调。☆199Updated 8 months ago
- pytorch实现Transformer,提供机器翻译案例和简单的翻译api接口(flask)。评分组件使用BLEU。☆83Updated 3 years ago