Library designed for different tasks and supports a wide range of transformer-based models, such as BERT, GPT-3, RoBERTa, and many others
- links
- Provides functionality to create and use those shared models
- Provides tools and utilities for training, fine-tuning and deploying these models across various tasks like text classification, translation, summarization, and question answering
pip install transformers
- Only installs the Hugging Face Transformers library itself and does not download any models