بنقرة واحدة
llm-fine-tuning
LLM fine-tuning: Axolotl (YAML configs), TRL (RLHF/DPO/GRPO), and Unsloth (2-5x faster fine-tuning).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
LLM fine-tuning: Axolotl (YAML configs), TRL (RLHF/DPO/GRPO), and Unsloth (2-5x faster fine-tuning).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
macOS-specific automation: iMessage/SMS messaging and desktop control (screenshots, clicks, keyboard input).
Messaging platform integrations: email (IMAP/SMTP via Himalaya), X/Twitter (xurl CLI), and Yuanbao groups (@mentions, DMs).
Control creative software programmatically: ComfyUI (AI image/video generation via REST/WebSocket API) and TouchDesigner (real-time visual programming via MCP).
Systematic engineering disciplines: debugging (root cause investigation), TDD (test-first development), and exploratory QA (web app testing).
Creative coding: p5.js sketches, Manim animations, Pretext text layouts.
Create, read, edit .pptx decks, slides, notes, templates.
| name | llm-fine-tuning |
| description | LLM fine-tuning: Axolotl (YAML configs), TRL (RLHF/DPO/GRPO), and Unsloth (2-5x faster fine-tuning). |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["LLM","fine-tuning","Axolotl","TRL","Unsloth","RLHF","DPO","GRPO"]}} |
Unified skill for fine-tuning large language models. Three frameworks: Axolotl (YAML-driven), TRL (RLHF/DPO/GRPO), and Unsloth (speed-optimized).
Expert guidance for fine-tuning LLMs with Axolotl. Uses YAML configuration files to define training runs.
Best for: Standard supervised fine-tuning (SFT) and instruction tuning with clean YAML configs.
Typical workflow:
accelerate launch -m axolotl.cli.train config.yamlFine-tune LLMs using reinforcement learning with the TRL library.
Best for: Alignment training (RLHF, DPO, GRPO, ORPO, KTO) after supervised fine-tuning.
Methods:
Workflow: Start with SFT model → prepare preference data → run DPO/ORPO/KTO or PPO → evaluate.
Optimized fine-tuning: 2-5x faster, 60-80% less VRAM. Compatible with TRL and HuggingFace trainers.
Best for: Limited VRAM (70B on 24GB with QLoRA), fast iteration, training many variants.
bf16 or fp16 for speed