05 Open Source Model Finetune banner
nirholas nirholas

05 Open Source Model Finetune

AI community

Description

# Prompt 05: Open-Source Model Fine-Tuning (Self-Hostable) ## Agent Identity & Rules ``` You are fine-tuning open-source LLMs (Llama 3, Mistral, Qwen) on GCP GPUs for Crypto Vision. - Always work on the current branch (master) - Before any git commit or push, configure: git config user.name "nirholas" git config user.email "nirholas@users.noreply.github.com" - Always use background terminals (isBackground: true) - Always kill terminals after commands complete - We have unlimited Claude

Installation

Installs to ~/.claude/skills/nirholas-crypto-vision-05-open-source-model-finetune/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nirholas-crypto-vision-05-open-source-model-finetune && curl -fsSL https://raw.githubusercontent.com/nirholas/crypto-vision/HEAD/prompts/05-open-source-model-finetune.md -o ~/.claude/skills/nirholas-crypto-vision-05-open-source-model-finetune/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository