Fix: linear schedule (not cosine), 32 warmup steps

#5
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ Steelman leads in 7 of 8 categories. Opus 4.6 edges it out only on spec-to-body
72
  | Target modules | q/k/v/o_proj, gate/up/down_proj |
73
  | Trainable parameters | 137.6M / 14.9B (0.92%) |
74
  | Training data | 3,018 compiler-verified pairs (strict flags) |
75
- | Training | 3 epochs, lr 1e-4, cosine schedule, effective batch 32 |
76
  | Hardware (training) | RunPod H100 |
77
  | Hardware (inference) | RTX 5070 + 64GB RAM (consumer desktop) |
78
 
 
72
  | Target modules | q/k/v/o_proj, gate/up/down_proj |
73
  | Trainable parameters | 137.6M / 14.9B (0.92%) |
74
  | Training data | 3,018 compiler-verified pairs (strict flags) |
75
+ | Training | 3 epochs, lr 1e-4, linear schedule, 32 warmup steps, effective batch 32 |
76
  | Hardware (training) | RunPod H100 |
77
  | Hardware (inference) | RTX 5070 + 64GB RAM (consumer desktop) |
78