#29 · Primary category: NLP Tools & Text Processing
simpletransformers
Transformers for Information Retrieval, Text Classification, NER, QA, Language Modelling, Language Generation, T5, Multi-Modal, and Conversational AI
Project last updated:05/31/26
GitHub Stars
4.3K
Forks
713
Contributors
100
License
Apache-2.0
Why we included this project
Simple Transformers wraps Hugging Face's Transformers so you can initialize, train, and evaluate a model in three lines of code. Rather than hand-writing training loops, you pick a task-specific class for text classification, named-entity recognition, extractive question answering, or dense retrieval, and the library handles the boilerplate. The same API extends to language generation, seq2seq, T5, multi-modal, and conversational models, which makes it a practical base for a small team juggling several kinds of Transformer work. Since it sits on top of Transformers instead of replacing it, you keep access to pretrained checkpoints and the wider Hugging Face ecosystem while getting a shorter path from idea to trained model.
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 上百种预训练中文词向量