chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)
This project helps you automatically categorize text, such as questions or documents, into relevant topics. You provide raw text data and a list of known topics, and it trains various models to classify new text into those categories. This is ideal for data scientists or machine learning engineers who need to build robust text classification systems.
1,058 stars. No commits in the last 6 months.
Use this if you need to classify large volumes of text into predefined categories efficiently and with high accuracy.
Not ideal if you are looking for a plug-and-play solution without any coding or deep learning expertise.
Stars
1,058
Forks
363
Language
Python
License
MIT
Last pushed
Jul 16, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chenyuntc/PyTorchText"
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
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch