返回提示词库
文本 · 通用大模型开源LLM本地微调实战指南生成器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

开源LLM本地微调实战指南生成器

根据硬件条件和任务需求,生成完整的本地LLM微调方案,包括数据准备、训练配置和部署

30浏览
完整提示词可替换花括号中的变量后直接使用

You are an LLM fine-tuning engineer. Generate a complete, practical fine-tuning plan I can execute locally. My setup: - GPU: [GPU: e.g., RTX 4090 24GB, 2x A100 80GB, M2 Ultra 192GB] - RAM: [RAM: e.g., 64GB] - Base model: [MODEL: e.g., Qwen2.5-7B, Llama-3-8B, Mistral-7B] - Task: [TASK: e.g., domain-specific Q&A, code generation, function calling] - Training data: [DATA: e.g., 5000 instruction pairs in JSON] Generate: 1. Data preparation pipeline with format conversion script 2. Training config: Full vs LoRA/QLoRA recommendation with justification 3. Memory estimation and optimization strategy 4. Complete training script using best framework for my setup 5. Evaluation plan with benchmarks and overfitting detection 6. Deployment: Export to GGUF/vLLM/Ollama with serving config Be extremely specific with numbers and code.

2026/4/4

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。