#29 · Primary category: NLP Tools & Text Processing

simpletransformers

conversational-ai information-retrival named-entity-recognition question-answering text-classification transformers

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