Investigating whether speculative decoding can be adapted from token prediction to agent action prediction.
Current state: v2 evaluation complete (see
ABLATION_REPORT_v2.md). v3 datasets + 1.7B proposer trained.
Need: train 4B verifier + 8B proposer, then run eval.
1hf_jobs(operation="run", script="https://hf.co/narcolepticchicken/speculative-tool-actions/resolve/main/train_all_v3.py",
2 dependencies=["transformers>=4.51","trl","torch","datasets","accelerate","peft","huggingface_hub"],
3 hardware_flavor="a100-large", timeout="12h")
A cheap model (Qwen3-1.7B LoRA) proposes the next agent action. A verifier (Qwen3-4B LoRA) accepts or rejects. On rejection, fall back to the expensive 8B model.