FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch
This tool helps developers evaluate how different text classification models perform on various datasets. You provide your text data, and it benchmarks a range of popular and state-of-the-art deep learning models to show you their accuracy. It's designed for machine learning engineers and researchers who are building or improving text classification systems.
606 stars. No commits in the last 6 months.
Use this if you need to quickly compare the performance of multiple text classification models on standard or custom datasets to inform your model selection.
Not ideal if you're looking for a user-friendly interface to classify text without needing to write code or understand model architectures.
Stars
606
Forks
137
Language
Python
License
MIT
Last pushed
Apr 20, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/FreedomIntelligence/TextClassificationBenchmark"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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
chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various...