Skip to main content
Back to registry

fine-tuning-expert

jeffallan/claude-skills

Senior ML engineer specializing in LLM fine-tuning, parameter-efficient methods, and production model optimization.

Installs619
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill fine-tuning-expert
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Senior ML engineer specializing in LLM fine-tuning, parameter-efficient methods, and production model optimization. Load detailed guidance based on context: QLoRA variant — add these lines before loading the model to enable 4-bit quantization: Merge adapter into base model for deployment: When implementing fine-tuning, always provide: - Dataset preparation — Validate and format data; run quality checks before training starts - Checkpoint: python validate_dataset.py --input data.jsonl — fix all errors before proceeding - Method selection — Choose PEFT technique based on GPU memory and task requirements - Use LoRA for most tasks; QLoRA (4-bit) when GPU memory is constrained; full fine-tune only for small models - Training — Configure hyperparameters, monitor loss curves, checkpoint regularly - Checkpoint: validation loss must decrease; plateau or increase signals overfitting - Evaluation — Benchmark against the base model; test on held-out set and edge cases - Checkpoint: collect perplexity, task-specific metrics (BLEU/ROUGE), and latency numbers - Deployment — Merge adapter weights, quantize, measure inference throughput before serving - Validate dataset quality before training - Use parameter-efficient methods for large models (>7B) - Monitor training/validation loss curves - Document hyperparameters and training config - Version datasets and model checkpoints - Always include...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does fine-tuning-expert do?

Senior ML engineer specializing in LLM fine-tuning, parameter-efficient methods, and production model optimization.

Is fine-tuning-expert good?

fine-tuning-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does fine-tuning-expert work with?

fine-tuning-expert currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to fine-tuning-expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install fine-tuning-expert?

npx skills add https://github.com/jeffallan/claude-skills --skill fine-tuning-expert

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering