jibinmathew69 / Hands-on-NLP-with-PyTorchLinks
Collection of Notebooks for Natural Language Processing with PyTorch
☆30Updated 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
- NLP model implementations with keras for beginner☆151Updated 2 years ago
- Transfer Learning for NLP Tasks☆55Updated 6 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
- Keras implementation of "Few-shot Learning for Named Entity Recognition in Medical Text"☆178Updated 5 years ago
- Do NLP tasks with some SOTA methods☆92Updated 4 years ago
- This is where I put all my work in Natural Language Processing☆96Updated 4 years ago
- Implementation of character based convolutional neural network☆262Updated 4 years ago
- Accompanying code for the Medium article☆164Updated 5 years ago
- Code for unsupervised aspect extraction, using Keras and its Backends☆91Updated 2 years ago
- 🔮Deep Learning for text made easy with AllenNLP☆31Updated 6 years ago
- A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python☆102Updated 6 years ago
- A module for E-mail Summarization which uses clustering of skip-thought sentence embeddings.☆82Updated 6 years ago
- A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)☆153Updated 5 years ago
- ☆45Updated 2 years ago
- Text Classification using transformer based models☆24Updated 4 years ago
- Quick semantic search using Siamese-BERT encodings☆70Updated 4 years ago
- Building QA system for Stanford Question Answering Dataset☆248Updated 7 years ago
- A python program that implements Aspect Based Sentiment Analysis classification system for SemEval 2016 Dataset.☆63Updated 7 years ago
- PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.☆151Updated 3 years ago
- Comparing Text Classification results using BERT embedding and ULMFIT embedding☆65Updated 6 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.☆172Updated 10 months ago
- BERT for question answering starting with HotpotQA☆167Updated 6 years ago
- Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2☆64Updated 2 years ago
- Kaggle: Quora Insincere Questions Classification - detect toxic content to improve online conversations☆36Updated 6 years ago
- architectures and pre-trained models for long document classification.☆155Updated 4 years ago
- Kaggle Toxic Comments Challenge☆109Updated 7 years ago
- Neural Abstractive Text Summarization with Sequence-to-Sequence Models☆158Updated 6 years ago
- Bidirectional LSTM + CRF (Conditional Random Fields) in Tensorflow☆56Updated 7 years ago