litus-ai/classy
classy is a simple-to-use library for building high-performance Machine Learning models in NLP.
This is a library for machine learning engineers and researchers who build high-performance natural language processing (NLP) models. It simplifies the process of training, evaluating, and deploying deep neural network models for text-based tasks. You provide your text data, and it outputs a trained model ready for tasks like predicting labels from sentences or sentence pairs.
Use this if you need a streamlined, PyTorch-based framework to rapidly prototype and deploy deep learning models for various NLP tasks.
Not ideal if you are looking for a no-code solution or a general-purpose machine learning library not specifically focused on deep learning for NLP.
Stars
87
Forks
3
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 05, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/litus-ai/classy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)