ai-labeling: 全貌对齐 + 模型统一切 mimo-v2.5-pro
- CLAUDE.md 从打标沙盒文档升级为四层架构全局指导文件 - 移除 MiniMax M3 配置,生产模型统一为 mimo-v2.5-pro - 更新 run_labeling.py / summarize.py / README.md / .env.example Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ pip install -r scripts/requirements.txt
|
||||
### 2. 配置 API Key
|
||||
```bash
|
||||
cp .env.example .env
|
||||
# 填入真实 MINIMAX_API_KEY
|
||||
# 填入真实 MIMO_API_KEY
|
||||
```
|
||||
|
||||
### 3. 导入文稿
|
||||
@@ -32,12 +32,12 @@ python scripts/import_transcripts.py
|
||||
|
||||
### 4. 跑单期打标
|
||||
```bash
|
||||
python scripts/run_labeling.py --ep 4 --model m3
|
||||
python scripts/run_labeling.py --ep 4 --model mimo-v2.5-pro
|
||||
```
|
||||
|
||||
## 当前版本
|
||||
- v0.1: Prompt 2(叙事结构)含 3 示例 + 10 期 ground-truth
|
||||
- 阵容: MiniMax M3 (Step 1-2) / DeepSeek V4 / 小米 MiMo v2.5 (Step 3-4)
|
||||
- 生产模型: mimo-v2.5-pro / 备用: DeepSeek V4 Pro
|
||||
|
||||
## ground-truth 版本
|
||||
- `v0.1` (2026-06-11): 锁定 10 期 `narrative_structure` + `opening_hook` 标准答案
|
||||
|
||||
Reference in New Issue
Block a user