Kenneth111 / TransformerDemo
Pytorch nn.Transformer Demo
☆52Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for TransformerDemo
- A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"☆549Updated 4 years ago
- ☆167Updated 5 years ago
- NLP☆132Updated 8 months ago
- ☆257Updated 2 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆172Updated 5 years ago
- pytorch implementation of Attention is all you need☆240Updated 3 years ago
- Implement the paper "Self-Attention with Relative Position Representations"☆124Updated 3 years ago
- A more than 1000X faster paralleled LSTM-CRF implementation modified from the slower version in the Pytorch official tutorial (URL//pytor…☆205Updated 3 years ago
- some basic deep learning models/method for nlp, text classification.☆81Updated 4 years ago
- Pytorch Implementation of Attention-Based BiLSTM for Relation Extraction ("Attention-Based Bidirectional Long Short-Term Memory Networks …☆44Updated 3 months ago
- A PyTorch Tutorials of Sentiment Analysis Classification (RNN, LSTM, Bi-LSTM, LSTM+Attention, CNN)☆291Updated last year
- Transformer/Transformer-XL/R-Transformer examples and explanations☆26Updated 2 years ago
- Natural Language Processing Tutorial for Deep Learning Researchers☆1,078Updated 2 years ago
- Implementation of some unbalanced loss like focal_loss, dice_loss, DSC Loss, GHM Loss et.al☆254Updated last year
- 关于机器学习,深度学习,自然语言处理等各种算法的实现、示例,与博客文章配套,论文复现等☆190Updated 2 years ago
- PyTorch implementation of "Effective Approaches to Attention-based Neural Machine Translation" using scheduled sampling to improve the pa…☆38Updated 7 years ago
- ☆200Updated last year
- Pytorch Bert Finetune in Chinese Text Classification☆212Updated 7 months ago
- RoFormer V1 & V2 pytorch☆474Updated 2 years ago
- 注意力机制实践☆387Updated 2 years ago
- 简洁易用版TinyBert:基于Bert进行知识蒸馏的预训练语言模型☆252Updated 4 years ago
- RNN示例集合☆43Updated 5 years ago
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆213Updated 2 years ago
- Multi-head attention in PyTorch☆148Updated 5 years ago
- 主要介绍了NLP的基础模型以及相关算法☆95Updated 5 years ago
- 中英机器文本翻译☆152Updated 5 years ago
- The information of computer journal☆174Updated 2 years ago
- ☆870Updated 5 months ago
- 超轻量级bert的pytorch版本,大量中文注释,容易修改结构,持续更新☆408Updated 2 years ago
- 使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个…☆500Updated last year