#132 · Primary category: NLP Tools & Text Processing
happy-transformer
Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.
Project last updated:01/10/26
GitHub Stars
546
Forks
69
Contributors
14
License
Apache-2.0
Why we included this project
Happy Transformer wraps the Hugging Face transformers library behind a small set of classes for common NLP tasks. You can load a pretrained model and run text generation, text classification, or text-to-text inference in a few lines, and the same objects expose train(), eval(), and test() methods, so fine-tuning on your own labeled CSV data is straightforward. That's a practical on-ramp for teams that need a working classifier or generator without writing training loops from scratch. Several older task classes (word prediction, question answering, next sentence prediction, token classification) are deprecated, and a 4.0 rewrite with breaking changes is in progress, so pin the version below 4.0.0 for stable behavior. If you want a thin, readable layer over transformers rather than a full framework, this is a convenient place to start.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量