NeoTse0622/TextCNN-pytorch
Text classification implementation based on TextCNN and transformers.BertTokenizer. Includes training, prediction, data loading, and accuracy evaluation.
No commits in the last 6 months.
Stars
2
Forks
—
Language
Python
License
Apache-2.0
Last pushed
Jul 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/NeoTse0622/TextCNN-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
brightmart/text_classification
all kinds of text classification models and more with deep learning
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
codewithzichao/DeepClassifier
DeepClassifier is aimed at building general text classification model library.It's easy and...
chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various...
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...