Hub documentation

Examples & Tutorials

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Examples & Tutorials

Guides to train with Jobs

Guides for using popular libraries with Jobs:

hf jobs uv run --flavor a10g-small --secrets HF_TOKEN \
  https://raw.githubusercontent.com/huggingface/transformers/main/examples/pytorch/image-classification/run_image_classification.py \
  --model_name_or_path google/vit-base-patch16-224-in21k \
  --dataset_name ethz/food101 \
  --output_dir vit-food101 \
  --push_to_hub

UV Scripts

The uv-scripts organization maintains a collection of self-contained uv scripts that run on Jobs with a single command. Scripts cover OCR, batch inference, text classification, object detection, dataset statistics, embedding visualization, and more.

Unsloth also provides ready-to-run training scripts for fine-tuning LLMs and VLMs on Jobs.

Coding Agent Skills

The hugging-face-jobs skill lets coding agents like Claude Code and Cursor submit and monitor Jobs directly from your editor.

Community Tutorials and Projects


Have a tutorial or project using Jobs? Open a PR to add it here.

Update on GitHub