/fine-tuning-llama-factory
Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support
One skill from claude-code-templates.
shell
$ npx -y skills add davila7/claude-code-templates --skill fine-tuning-llama-factory --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/fine-tuning-llama-factory
Context preview
The summary Claude sees to decide when to auto-load this skill.
Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support
Stats
Stars29,853
Forks3,189
LanguagePython
LicenseMIT
Ships with claude-code-templates
SKILL.md
fine-tuning-llama-factory.SKILL.md
--- name: llama-factory description: Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support version: 1.0.0 author: Orchestra Research license: MIT tags: [Fine-Tuning, LLaMA Factory, LLM, WebUI, No-Code, QLoRA, LoRA, Multimodal, HuggingFace, Llama, Qwen, Gemma] dependencies: [llmtuner, torch, transformers, datasets, peft, accelerate, gradio] --- # Llama-Factory Skill Comprehensive assistance with llama-factory development, generated from official documentation. ## When to Use This Skill This skill should be triggered when: - Working with llama-factory - Asking about llama-factory features or APIs - Implementing llama-factory solutions - Debugging llama-factory code - Learning llama-factory best practices ## Quick Reference ### Common Patterns *Quick reference patterns will be added as you use the skill.* ## Reference Files This skill includes comprehensive documentation in `references/`:
