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 ovachiever/droid-tings

Installs
43
GitHub Stars
43
First Seen
Jan 20, 2026