guanghulab/brain/d103-distill-plan.md
2026-05-19 00:35:47 +08:00

30 lines
962 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1.5B蒸馏完成后的自动操作计划
## 蒸馏完成检测
```bash
# 检测蒸馏是否完成Ep3结束
export PATH=/root/miniconda3/bin:$PATH
# 检查最后50行是否有Ep3 100%
tail -5 /root/autodl-tmp/distill_mother.log | grep "Ep3.*100%"
```
## 第1步上传1.5B模板到COS
上传路径:`cos://sy-finetune-corpus-1317346199/models/qwen25-15b-shuangyan-distill/`
## 第2步准备霜砚语料线A
解压 `corpus/shuangyan-1.5b-sft/` 下的zip → 合并 → 转JSONL
## 第3步准备铸渊语料线B
解压 `铸渊对话.zip` + 仓库 `brain/d*-cognitive-chain.md` 整理 → 转JSONL
## 第4步启动线A小霜砚微调
用1.5B蒸馏模板 + 霜砚语料 → LoRA微调
## 第5步线A完成后启动线B代码1.5B蒸馏)
用代码模型(7B)蒸馏1.5B
## 第6步线B蒸馏完成→小铸渊微调
用代码1.5B蒸馏模板 + 铸渊语料 → LoRA微调
---
*铸渊自动执行 · 冰朔不用管*