joshuaWang-bit/Textclassification-pytorch
练习, 基于torchtext,huggingface,pytorch,在一个中文多分类任务和一个英文二分类任务上实验了TextCNN,BERT和XLnet三个模型。
This project helps data scientists and NLP practitioners compare different text classification models on both Chinese and English datasets. It takes raw text data, such as news articles, and outputs classified categories or binary predictions. You would use this if you need to quickly evaluate the performance of models like TextCNN, BERT, and XLNet for text categorization tasks.
No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer experimenting with different deep learning models for text classification and need a benchmark for Chinese or English text.
Not ideal if you are a business user looking for a ready-to-use text classification application without deep learning model experimentation.
Stars
9
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/joshuaWang-bit/Textclassification-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
castorini/hedwig
PyTorch deep learning models for document classification
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
inspirehep/magpie
Deep neural network framework for multi-label text classification
kk7nc/Text_Classification
Text Classification Algorithms: A Survey
InseeFrLab/torchTextClassifiers
A unified framework for text classification in PyTorch.