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 k-dense-ai/scientific-agent-skills

Installs
234
GitHub Stars
20.8K
First Seen
Apr 9, 2026