castorini/hedwig
PyTorch deep learning models for document classification
This project provides pre-built deep learning models to automatically categorize text documents. You provide a collection of documents, and the system assigns relevant labels or categories to each one. This is useful for anyone needing to sort or organize large volumes of text, such as researchers analyzing academic papers, content managers classifying articles, or customer support teams routing inquiries.
596 stars. No commits in the last 6 months.
Use this if you need to automatically sort or categorize a large number of text documents into predefined categories.
Not ideal if you're looking for a user-friendly application with a graphical interface or if you don't have experience working with Python and deep learning frameworks.
Stars
596
Forks
127
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/castorini/hedwig"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
kk7nc/Text_Classification
Text Classification Algorithms: A Survey
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
InseeFrLab/torchTextClassifiers
A unified framework for text classification in PyTorch.
davidberenstein1957/classy-classification
This repository contains an easy and intuitive approach to few-shot classification using...