huggingface-jobs

Run arbitrary workloads on Hugging Face Jobs with secure token handling and hub persistence.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tripplen23/finetuning-sessions --skill huggingface-jobs-tripplen23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-jobs
Source: https://github.com/tripplen23/finetuning-sessions/tree/main/.kiro/skills/huggingface-jobs
Command: npx skills add https://github.com/tripplen23/finetuning-sessions --skill huggingface-jobs-tripplen23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires datasets, flashinfer-python, huggingface-hub[hf_transfer], hf-xet>= 1.1.7, torch, transformers, vllm>=0.8.5, numpy, tqdm, scikit-learn, polars>=1.31.0, ascii-graph, huggingface-hub, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Hugging Face Jobs enable users to run arbitrary workloads in the cloud, handling authentication, compute selection, and persistence of results without requiring local infrastructure.

Core Features & Use Cases

  • UV scripts and Docker-based jobs with per-job hardware flavors, timeouts, and dependencies
  • Secure token handling with secrets and HF_TOKEN integration, plus hub-based persistence of outputs
  • Use cases include data processing, batch inference, experiments, benchmarking, and model fine-tuning on CPU, GPU, or TPU

Quick Start

Run a job on Hugging Face Jobs by choosing a flavor, supplying a token, and letting the system execute and persist results to the Hub.

Frequently Asked Questions about huggingface-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run workloads on Hugging Face Jobs with secure token management?

Run workloads on Hugging Face Jobs using UV scripts or Docker configurations that enforce secure HF_TOKEN integration and secrets management, ensuring credentials remain protected during cloud execution.

Can I execute batch inference and model fine-tuning on Hugging Face Jobs using a GPU?

Yes, Hugging Face Jobs supports batch inference and model fine-tuning by selecting per-job GPU or TPU hardware flavors, configuring dependencies, and setting timeouts for compute workloads.

What is the best way to persist results from Hugging Face Jobs to the Hub?

Persist results from Hugging Face Jobs to the Hub by utilizing hub-based persistence mechanisms like push_to_hub or API calls, saving processed data and inference outputs directly to your repository.

Does Hugging Face Jobs support UV scripts and Docker for data processing?

Yes, Hugging Face Jobs supports UV scripts and Docker-based configurations for data processing, allowing custom dependency management, hardware flavor selection, and execution timeouts for diverse workloads.

Why do I need to handle secrets carefully when running cloud computing jobs on Hugging Face?

Handle secrets carefully when running cloud computing jobs on Hugging Face to prevent unauthorized credential access, enforcing secure token management through dedicated secrets integration and HF_TOKEN environment configuration.

What are the limitations of running arbitrary workloads on Hugging Face Jobs?

Limitations of running arbitrary workloads on Hugging Face Jobs include managing per-job timeouts, explicit CPU/GPU/TPU hardware flavor selection constraints, and the necessity to configure dependencies correctly for successful execution.