# Huggingface

> Hugging Face

- Skill: `ffsshhttiikk/huggingface` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ffsshhttiikk/huggingface`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ffsshhttiikk/huggingface/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ffsshhttiikk (https://skillmd.com/u/ffsshhttiikk)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ffsshhttiikk/huggingface

---

# Hugging Face

Hugging Face is a company and platform providing tools for building ML applications using state-of-the-art pretrained models, especially for NLP, vision, and audio tasks.

## Key Concepts

- Transformers library
- Model Hub
- Datasets library
- Tokenizers
- Inference API

## Common Use Cases

- NLP tasks (QA, translation, summarization)
- Vision models
- Audio processing
- Transfer learning
- Fine-tuning LLMs

## Best Practices

- Use pipeline for quick start
- Fine-tune with Trainer API
- Use Datasets for data loading
- Leverage mixed precision
- Optimize for inference

## Resources

- Huggingface.co: huggingface.co/docs
- Model Hub: huggingface.co/models
- Related Skills: nlp, pytorch, machine-learning

