← all plugins

Fine-Tune Transformer Model

curated by SkillMD · plugin · 8 skills

Fine-tune transformer language models using TRL with support for SFT, DPO, GRPO, and reward model training.

Install the whole plugin (CLI)
npx skillmds add huggingface/huggingface-best npx skillmds add huggingface/trl-training npx skillmds add affaan-m/eval-harness npx skillmds add google-gemma/gemma-trainer npx skillmds add majiayu000/dpo npx skillmds add majiayu000/sft npx skillmds add lord1egypt/peft-fine-tuning npx skillmds add lord1egypt/simpo-training
⬇ Download

Skills in this plugin

  1. huggingface-best · huggingface
    Queries Hugging Face benchmark leaderboards to find the best AI models for a task, filters by device constraints, and returns a ranked comparison table with scores.
    10.8k
    repo stars
  2. trl-training · huggingface
    Train and fine-tune transformer language models using TRL (Transformers Reinforcement Learning) with support for SFT, DPO, GRPO, KTO, RLOO, and reward model training via CLI commands.
    10.8k
    repo stars
  3. eval-harness · affaan-m
    Provides a formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles to define pass/fail criteria, measure reliability with pass@k metrics, and create regression test suites.
    226k
    repo stars
  4. gemma-trainer · google-gemma bundle
    Fine-tune Gemma models locally using QLoRA, Unsloth, or TRL for SFT, DPO, and reward modeling, with dataset preparation and conversion to GGUF or LiteRT-LM.
    3
    installs
  5. dpo · majiayu000 bundle
    Trains language models with Direct Preference Optimization using preference pairs, covering DPOTrainer setup, dataset preparation, and beta tuning for stable preference learning without explicit reward models.
    567
    repo stars
  6. sft · majiayu000 bundle
    Fine-tune instruction-following LLMs with Unsloth's optimized SFTTrainer, covering dataset formatting, chat templates, training configuration, and thinking-model patterns.
    567
    repo stars
  7. peft-fine-tuning · lord1egypt
    Fine-tune large language models by training less than 1% of parameters using LoRA, QLoRA, and 25+ adapter methods, enabling efficient adaptation on limited GPU memory.
    2
    repo stars
  8. simpo-training · lord1egypt
    Trains LLMs with SimPO, a reference-free preference optimization method that outperforms DPO, using configurable hyperparameters and workflows for various models and tasks.
    2
    repo stars