Skip to main content
AI/MLopenai

huggingface-llm-trainer

This skill should be used when users want to train or fine-tune language models using TRL (Transformer Reinforcement Learning) on Hugging Face Jobs infrastructure. Covers SFT, DPO, GRPO and reward modeling training methods, plus GGUF conversion for local deployment. Includes guidance on the TRL Jobs package, UV scripts with PEP 723 format, dataset preparation and validation, hardware selection, cost estimation, Trackio monitoring, Hub authentication, and model persistence. Should be invoked for tasks involving cloud GPU training, GGUF conversion, or when users mention training on Hugging Face Jobs without local GPU setup.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--llm-trainer
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/hugging-face/skills/llm-trainer/SKILL.md -o .claude/skills/llm-trainer.md

Drops the SKILL.md into .claude/skills/llm-trainer.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.