liujiarik / nlp_clip_pytorchLinks
star_transformer pytorch
☆27Updated 5 years ago
Alternatives and similar repositories for nlp_clip_pytorch
Users that are interested in nlp_clip_pytorch are comparing it to the libraries listed below
Sorting:
- pytorch implementation of Attention is all you need☆239Updated 4 years ago
- some basic deep learning models/method for nlp, text classification.☆79Updated 5 years ago
- PyTorch implementation of "Effective Approaches to Attention-based Neural Machine Translation" using scheduled sampling to improve the pa…☆38Updated 8 years ago
- PyTorch implementation of "Graph Convolutional Networks for Text Classification. Yao et al. AAAI2019."☆269Updated 5 years ago
- A multitask learning architecture for Natural Language Processing of Pytorch implementation☆41Updated 6 years ago
- A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆45Updated 6 years ago
- The code of Encoding Word Order in Complex-valued Embedding☆42Updated 6 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆230Updated 6 years ago
- a pytorch implementation of self-attention with relative position representations☆50Updated 4 years ago
- Keras implement of ON-LSTM (Ordered Neurons: Integrating Tree Structures into Recurrent Neural Networks)☆157Updated 5 years ago
- Multi-head attention in PyTorch☆153Updated 6 years ago
- ☆131Updated 4 years ago
- Pytorch implementation of Neural Machine Translation with seq2seq and attention (en-zh)☆41Updated 6 years ago
- ☆83Updated 5 years ago
- A rough re-implement of Text Level Graph Neural Network for Text Classification☆36Updated 5 years ago
- A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"☆562Updated 4 years ago
- Sequence Generation Model for Multi-label Classification (COLING 2018)☆438Updated 5 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆126Updated 4 years ago
- Minimal RNN classifier with self-attention in Pytorch☆151Updated 3 years ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆293Updated 4 years ago
- UDA(Unsupervised Data Augmentation) implemented by pytorch☆278Updated 5 years ago
- ☆167Updated 6 years ago
- Pytorch implementation of "Graph Convolutional Networks for Text Classification"☆132Updated 2 years ago
- Implement the paper "Self-Attention with Relative Position Representations"☆139Updated 4 years ago
- Hierarchical Attention Networks for document classification☆404Updated 3 years ago
- Use pytorch to implement word2vec☆148Updated 6 years ago
- Feature Projection for Improved Text Classification☆45Updated 5 years ago
- A PyTorch implementation of Compositional Coding Capsule Network based on PRL 2022 paper "Compositional Coding Capsule Network with K-Mea…☆53Updated 3 years ago
- NLP☆134Updated last year
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆176Updated 6 years ago