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
Installs
17
Repository
wu-yc/labclaw
GitHub Stars
1.0K
First Seen
Mar 15, 2026
transformers — wu-yc/labclaw