What problem does it solve? Training or fine-tuning LLMs normally requires local GPU hardware, complex environment setup, and manual infrastructure management. This Skill submits SFT, DPO, GRPO, and reward-model training jobs to fully managed Hugging Face cloud GPUs, with automatic Hub saving, monitoring, and cost estimation. ## Core Features & Use Cases - Cloud LLM Training: Submit TRL training jobs (SFT, DPO, GRPO, reward modeling) via hf jobs uv run or the hf_jobs MCP tool with inline PEP 723 scripts—no local GPU required. - Dataset Validation & Cost Estimation: Inspect dataset format compatibility before training and estimate training time, cost, and recommended timeout with helper scripts. - GGUF Conversion: Convert fine-tuned LoRA models to quantized GGUF format for llama.cpp, Ollama, and LM Studio. - Use Case: Fine-tune Qwen2.5-0.5B on the Capybara dataset with LoRA on an a10g-large GPU, monitor with Trackio, push results to the Hub, then convert to Q4_K_M GGUF for local Ollama inference. ## Quick Start Ask the agent to fine-tune a small model like Qwen/Qwen2.5-0.5B on the trl-lib/Capybara dataset using SFT on Hugging Face Jobs and push the result to your Hub account.