File size: 706 Bytes
b6d5136
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# Flag combos for the non-variant runs (all on Qwen/Qwen3-1.7B, LoRA r64/a128, lr 5e-6, 100 steps)

| group | flags |
|---|---|
| thinkablate/nothink | `--teacher_thinking False` (direct, no maker, no reason_first) |
| thinkablate/noopen  | `--teacher_thinking True` (direct, no open block) |
| thinkablate/open    | `--teacher_thinking True --teacher_open_think` |
| reference/nothink   | raw reference as teacher context, `--teacher_thinking False` |
| reference/think     | `--reason_first --teacher_thinking_on --teacher_thinking True` |
| trd_yr              | forward-KL on y_r (see configs/variants/p8_trd_refine) |
| maker/*             | 35B maker-rewritten prefix (see configs/variants/p1..p8) |