Doragd/Text-Classification-PyTorch
Implementation of papers for text classification task on SST-1/SST-2
This project helps you automatically categorize short pieces of text, like social media posts or customer reviews, into sentiment categories (positive, negative, or neutral). It takes raw text as input and outputs a classification of its sentiment. It's designed for data scientists or NLP researchers who need to quickly experiment with different text classification models.
No commits in the last 6 months.
Use this if you are a data scientist or NLP researcher looking to apply and compare established deep learning models for sentiment analysis or other text classification tasks on your own datasets.
Not ideal if you're a non-technical user seeking a ready-to-use application for text classification without needing to write code or configure models.
Stars
67
Forks
11
Language
Python
License
—
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Doragd/Text-Classification-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch