jibinmathew69 / Hands-on-NLP-with-PyTorchLinks
Collection of Notebooks for Natural Language Processing with PyTorch
☆31Updated 6 years ago
Alternatives and similar repositories for Hands-on-NLP-with-PyTorch
Users that are interested in Hands-on-NLP-with-PyTorch are comparing it to the libraries listed below
Sorting:
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆166Updated 5 years ago
- BERT which stands for Bidirectional Encoder Representations from Transformations is the SOTA in Transfer Learning in NLP.☆56Updated 5 years ago
- Using BERT For Classifying Documents with Long Texts, check my latest post: https://armandolivares.tech/☆41Updated 5 years ago
- NLP model implementations with keras for beginner☆152Updated 2 years ago
- 🔮Deep Learning for text made easy with AllenNLP☆32Updated 7 years ago
- Do NLP tasks with some SOTA methods☆92Updated 4 years ago
- A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)☆154Updated 5 years ago
- Building QA system for Stanford Question Answering Dataset☆248Updated 7 years ago
- Accompanying code for the Medium article☆164Updated 5 years ago
- Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2☆64Updated 2 years ago
- Transfer Learning for NLP Tasks☆55Updated 6 years ago
- Neural Abstractive Text Summarization with Sequence-to-Sequence Models☆159Updated 6 years ago
- ☆45Updated 2 years ago
- Code for the paper "Efficient Adaption of Pretrained Transformers for Abstractive Summarization"☆71Updated 6 years ago
- architectures and pre-trained models for long document classification.☆155Updated 4 years ago
- Keras implementation of "Few-shot Learning for Named Entity Recognition in Medical Text"☆179Updated 6 years ago
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆79Updated 6 years ago
- Question Answering task using Deep Learning on SQuAD dataset☆21Updated 2 years ago
- A module for E-mail Summarization which uses clustering of skip-thought sentence embeddings.☆82Updated 6 years ago
- This is where I put all my work in Natural Language Processing☆97Updated 4 years ago
- We summarize the summarization papers presented at major conferences (starting with ACL 2019)☆85Updated 5 years ago
- This repository uses pretrain BERT embeddings for transfer learning in QA domain☆29Updated 6 years ago
- Implementation of character based convolutional neural network☆261Updated 4 years ago
- PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.☆152Updated 3 years ago
- This is Yunshu's [Activision](https://www.activision.com/) internship project. We are interested in understanding user opinions about Act…☆57Updated 6 years ago
- Tensorflow re-implementation of GAN for text summarization☆136Updated 5 years ago
- Neural Machine Translation with Attention (PyTorch)☆45Updated 6 years ago
- State of the Art results in Intent Classification using Sematic Hashing for three datasets: AskUbuntu, Chatbot and WebApplication.☆134Updated 5 years ago
- Sequence to Sequence Models in PyTorch☆44Updated last year
- Aspect extraction from product reviews - window-CNN+maxpool+CRF, BiLSTM+CRF, MLP+CRF☆158Updated 4 years ago