FernandoLpz / Text-Classification-LSTMs-PyTorchLinks
The aim of this repository is to show a baseline model for text classification by implementing a LSTM-based model coded in PyTorch. In order to provide a better understanding of the model, it will be used a Tweets dataset provided by Kaggle.
☆64Updated 2 years ago
Alternatives and similar repositories for Text-Classification-LSTMs-PyTorch
Users that are interested in Text-Classification-LSTMs-PyTorch are comparing it to the libraries listed below
Sorting:
- The aim of this repository is to show a baseline model for text classification through convolutional neural networks in the PyTorch frame…☆47Updated 3 years ago
- This shows how to fine-tune Bert language model and use PyTorch-transformers for text classififcation☆71Updated 5 years ago
- A simple recipe for training and inferencing Transformer architecture for Multi-Task Learning on custom datasets. You can find two approa…☆97Updated 2 years ago
- A BERT-Based Transfer Learning Approach for Hate Speech Detection in Online Social Media☆43Updated 3 years ago
- Enhancing the BERT training with Semi-supervised Generative Adversarial Networks in Pytorch/HuggingFace☆96Updated 3 years ago
- A repository containing comprehensive Neural Networks based PyTorch implementations for the semantic text similarity task, including arch…☆53Updated 3 years ago
- Library of state-of-the-art models (PyTorch) for NLP tasks☆109Updated 11 months ago
- ☆45Updated 2 years ago
- BERT Fine-tuning for Aspect Based Sentiment Analysis☆28Updated 2 years ago
- Name Entity Recognition using Python and Keras☆46Updated 6 years ago
- Sentiment analysis in Pytorch on an IMDb dataset.☆68Updated 2 years ago
- Code and source for paper ``How to Fine-Tune BERT for Text Classification?``☆636Updated 3 years ago
- pyTorch implementation of Recurrence over BERT (RoBERT) based on this paper https://arxiv.org/abs/1910.10781 and comparison with pyTorch …☆82Updated 2 years ago
- ☆37Updated 4 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆179Updated 4 years ago
- Set of notebooks to practice Pytorch from basics to RNN☆26Updated 5 years ago
- Twitter tweets play an important role in every organisation. This project is based on analysing the English tweets and categorizing the t…☆15Updated 4 years ago
- Detect toxic spans in toxic texts☆69Updated 2 years ago
- A paper list for aspect based sentiment analysis.☆137Updated last year
- Resources for "Aspect-based Sentiment Analysis using BERT with Disentangled Attention" work☆16Updated 3 years ago
- Define Transformers, T5 model and RoBERTa Encoder decoder model for product names generation☆48Updated 3 years ago
- collection of jupyter notebook for various data analysis related tasks.☆24Updated 3 years ago
- # Topic modeling with BERT, LDA and Clustering. Latent Dirichlet Allocation(LDA) probabilistic topic assignment and pre-trained sentence …☆53Updated 4 years ago
- Code for BERT classifier finetuning for multiclass text classification☆70Updated last month
- Code for SentiBERT: A Transferable Transformer-Based Architecture for Compositional Sentiment Semantics (ACL'2020).☆79Updated 4 years ago
- PyTorch implementation of Sentiment Analysis of the long texts written in Serbian language (which is underused language) using pretrained…☆26Updated 2 years ago
- Multimodal Meme Classification: Identifying Offensive Content in Image and Text☆71Updated 2 years ago
- Comparatively fine-tuning pretrained BERT models on downstream, text classification tasks with different architectural configurations in …☆123Updated 5 years ago
- Implementation of paper Does syntax matter? A strong baseline for Aspect-based Sentiment Analysis with RoBERTa.☆132Updated 2 years ago
- Classifying movie reviews as positive or negative using Word2Vec Embeddings & LSTM network☆79Updated 3 years ago