P3n9W31 / transformer-pytorchLinks
Transformer model for Chinese-English translation.
☆55Updated last year
Alternatives and similar repositories for transformer-pytorch
Users that are interested in transformer-pytorch are comparing it to the libraries listed below
Sorting:
- 英中文本机器翻译的☆101Updated 5 years ago
- NLP 自然语言处理教程 https://dataxujing.github.io/NLP-paper/☆30Updated 3 years ago
- 论文模型复现☆43Updated 2 years ago
- pytorch bert 版的 multi_label_text_classification☆10Updated 5 years ago
- 多轮共情对话模型PICA☆97Updated last year
- 用BERT在百度WebQA中文问答数据集上做阅读问答☆65Updated 5 years ago
- We released BERT-wwm, a Chinese pre-training model based on Whole Word Masking technology, and models closely related to this technology.…☆62Updated 2 years ago
- transformer,机器翻译,中文--英文☆82Updated 2 years ago
- seq_2_seq text generation based on transformers☆22Updated 4 years ago
- 各大文本摘要模型-中文文本可运行的解决方案☆69Updated last year
- 💡GENIUS – generating text using sketches! A strong text generation & data augmentation tool.☆177Updated 2 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆29Updated 2 years ago
- Qwen1.5-SFT(阿里, Ali), Qwen_Qwen1.5-2B-Chat/Qwen_Qwen1.5-7B-Chat微调(transformers)/LORA(peft)/推理☆66Updated last year
- 一个多模态内容理解算法框架,其中包含数据处理、预训练模型、常见模型以及模型加速等模块。☆320Updated 3 years ago
- 基于BERT的中文命名实体识别☆44Updated 3 years ago
- 利用BERT预训练模型进行文本生成,可用于对话、摘要、问题生成等任务。 目前支持策略,词表的插入和删除、自定义Character Embedding、随机词替换等☆10Updated 3 years ago
- ChineseNMT: Translate English to Chinese with PyTorch Implementation of Transformer☆485Updated 2 years ago
- 基于BERT的预训练语言模型实现,分为两步:预训练和微调。目前已包括BERT、Roberta、ALbert三个模型,且皆可支持Whole Word Mask模式。☆17Updated 5 years ago
- ☆14Updated last year
- 本项目使用云问科技训练的中文版UniLM模型对微博数据集进行自动标题生成。☆39Updated last year
- 简版文本对话/问答系统☆35Updated 5 years ago
- LLM+RAG for QA☆23Updated last year
- Chinese MobileBERT(中文MobileBERT模型)☆95Updated 3 years ago
- 中文bigbird预训练模型☆95Updated 3 years ago
- ☆26Updated 2 years ago
- Seq2seqAttGeneration, an basic implementation of text generation that using seq2seq attention model to generate poem series. this project…☆18Updated 4 years ago
- 继续预训练中文bert☆31Updated 4 years ago
- 本项目由三个模块构成。意图识别:判断用户的意图是业务型还是闲聊型;模型检索:该部分构建一个语料库,当用户 发起新的query(通过意图识别判断为业务型对话)时,为用户匹配query检索的最佳response,使用HSWN进行召回(粗排), 然后构建句子的相似度,并利用Lig…☆11Updated 4 years ago
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆210Updated 3 years ago
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆226Updated 3 years ago