huggingface
Installation
SKILL.md
Hugging Face
Hugging Face is the GitHub of AI. It hosts 1M+ models. 2025 sees massive growth in Multimodal models and Robotics (LeRobot).
When to Use
- Model Discovery: Finding the SOTA open-source model for any task.
- Inference:
transformerslibrary is the standard way to run models in Python. - Datasets: Accessing standard datasets (
load_dataset('squad')).
Core Concepts
Transformers Library
The API to download and run models. pipeline('sentiment-analysis').
Hugging Face Hub (Hugging Face CLI)
Versioning, git-based storage for large model weights (git lfs).