FernandoLpz / Text-Classification-LSTMs-PyTorch
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 last year
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
- The aim of this repository is to show a baseline model for text classification through convolutional neural networks in the PyTorch frame…☆47Updated 2 years ago
- A BERT-Based Transfer Learning Approach for Hate Speech Detection in Online Social Media☆43Updated 2 years ago
- pyTorch implementation of Recurrence over BERT (RoBERT) based on this paper https://arxiv.org/abs/1910.10781 and comparison with pyTorch …☆80Updated 2 years ago
- Enhancing the BERT training with Semi-supervised Generative Adversarial Networks in Pytorch/HuggingFace☆94Updated 3 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
- This shows how to fine-tune Bert language model and use PyTorch-transformers for text classififcation☆70Updated 4 years ago
- A simple recipe for training and inferencing Transformer architecture for Multi-Task Learning on custom datasets. You can find two approa…☆91Updated 2 years ago
- BERT Fine-tuning for Aspect Based Sentiment Analysis☆27Updated 2 years ago
- Sentiment Analysis of tweets written in underused Slavic languages (Serbian, Bosnian and Croatian) using pretrained multilingual RoBERTa …☆22Updated 3 years ago
- Define Transformers, T5 model and RoBERTa Encoder decoder model for product names generation☆48Updated 3 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆177Updated 3 years ago
- Code and source for paper ``How to Fine-Tune BERT for Text Classification?``☆625Updated 3 years ago
- A repository containing comprehensive Neural Networks based PyTorch implementations for the semantic text similarity task, including arch…☆52Updated 2 years ago
- Sentiment analysis in Pytorch on an IMDb dataset.☆67Updated last year
- ☆37Updated 4 years ago
- Abstractive Text Summarization using PyTorch☆14Updated 4 years ago
- Detect toxic spans in toxic texts☆68Updated last year
- Set of notebooks to practice Pytorch from basics to RNN☆24Updated 4 years ago
- Using BERT For Classifying Documents with Long Texts, check my latest post: https://armandolivares.tech/☆41Updated 5 years ago
- ☆21Updated 7 months ago
- Add CRF or LSTM+CRF for huggingface transformers bert to perform better on NER task. It is very simple to use and very convenient to cust…☆63Updated 3 years ago
- # Topic modeling with BERT, LDA and Clustering. Latent Dirichlet Allocation(LDA) probabilistic topic assignment and pre-trained sentence …☆51Updated 4 years ago
- Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification☆211Updated this week
- ☆61Updated 3 years ago
- A paper list for aspect based sentiment analysis.☆137Updated 7 months ago
- ☆147Updated 2 years ago
- Code for SentiBERT: A Transferable Transformer-Based Architecture for Compositional Sentiment Semantics (ACL'2020).☆77Updated 4 years ago
- BERT classification model for processing texts longer than 512 tokens. Text is first divided into smaller chunks and after feeding them t…☆132Updated 7 months ago
- Classifying movie reviews as positive or negative using Word2Vec Embeddings & LSTM network☆77Updated 2 years ago
- Finetune multiple pre-trained Transformer-based models to solve Vietnamese Fake News Detection problem (ReINTEL) in VLSP2020 shared task☆18Updated 4 years ago