Views
No views yet
openai/gpt-oss-20b
fine-tuned with the correctness + Brier reward to forecast kernel speedups.1from peft import AutoPeftModelForCausalLM
2model = AutoPeftModelForCausalLM.from_pretrained("codezakh/gpu-forecasters-gpt-oss-20b-correctness-brier")runbook/02_train_surrogate.py in the paper repo
(codezakh/gpu-surrogates).1@article{khan2026gpuforecasters,
2 title={GPU Forecasters: Language Models as Selective Surrogates for Kernel Runtime Optimization},
3 author={Khan, Zaid and Chen, Justin Chih-Yao and Cho, Jaemin and Stengel-Eskin, Elias and Bansal, Mohit},
4 journal={arXiv preprint arXiv:2605.31464},
5 year={2026}
6}