Agent skill · AI & Agents

moai-ml-llm-fine-tuning

Enterprise LLM Fine-Tuning with LoRA, QLoRA, and PEFT techniques

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill moai-ml-llm-fine-tuning-jg-chalk-io-nora-livekit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 4.0.0
Allowed tools: ReadBashWebSearchWebFetch
Path: skills/ai-ml/moai-ml-llm-fine-tuning-jg-chalk-io-nora-livekit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LLM Fine-Tuning Expert **Parameter-Efficient Fine-Tuning (PEFT) for Enterprise LLMs** > **Focus**: LoRA, QLoRA, Domain Adaptation > **Models**: Llama 3.1, Mistral, Mixtral, Falcon > **Stack**: PyTorch, Transformers, PEFT, bitsandbytes --- ## Overview Enterprise-grade fine-tuning strategies for customizing Large Language Models (LLMs) with minimal resource requirements. ### Core Capabilities - **Parameter-Efficient Fine-Tuning (PEFT)**: LoRA, QLoRA, Prefix Tuning - **Quantization**: 4-bit/8-bit training with bitsandbytes - **Distributed Training**: Multi-GPU, DeepSpeed, FSDP - **Optimization**: Flash Attention 2, Gradient Checkpointing - **Evaluation**: Perplexity, BLEU, ROUGE, Domain benchmarks ### Technology Stack - **PEFT 0.13+**: Adapter management - **Transformers 4.45+**: Model architecture - **TRL 0.11+**: Supervised Fine-Tuning (SFT), DPO - **Accelerate 0.34+**: Training loop orchestration - **bitsandbytes 0.45+**: Low-precision optimization --- ## Fine-Tuning Strategies | Method | Params Updated | VRAM (70B) | Use Case | | -------------------- | -------------- | ---------- | -------------------------------------- | | **Full Fine-Tuning** | 100% | ~420GB | Foundation model

What's inside
Steps it walks through
  1. Overview
  2. Core Capabilities
  3. Technology Stack
  4. Fine-Tuning Strategies
  5. Implementation Patterns
  6. 1. QLoRA Configuration (Recommended)
  7. 2. Training Loop with TRL
  8. 3. Data Preparation
  9. Advanced Techniques
  10. Multi-GPU Distributed Training
  11. Model Merging
  12. Validation Checklist
  13. Related Skills
Ships with 1 file
  • metadata.json
Commands it runs
config.yaml for accelerate
accelerate launch --config_file config.yaml train.py
More from claude-skill-registry
All skills →
About this skill
What does the moai-ml-llm-fine-tuning skill do?

Enterprise LLM Fine-Tuning with LoRA, QLoRA, and PEFT techniques

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill moai-ml-llm-fine-tuning-jg-chalk-io-nora-livekit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going