transformers

Installation
SKILL.md

Transformers

Overview

The Hugging Face Transformers library provides access to thousands of pre-trained models for tasks across NLP, computer vision, audio, and multimodal domains. Use this skill to load models, perform inference, and fine-tune on custom data.

Installation

Install transformers and core dependencies:

uv pip install torch transformers datasets evaluate accelerate

For vision tasks, add:

uv pip install timm pillow
Related skills

More from davila7/claude-code-templates

Installs
347
GitHub Stars
27.2K
First Seen
Jan 21, 2026