You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add examples/math/sft_dataset_loader.py that converts raw GSM8K into an SFT-ready prompt+response schema (distinct from the RL-shaped examples/math/dataset_loader.py).
Wire it as the --dataset-loader-fn example used by the SFT dataset tutorial.
Acceptance
Output rows are valid SFT input (prompt+response).
Does not alter the existing RL loader.
Include a small CPU test asserting the produced schema.
Scope
examples/math/sft_dataset_loader.pythat converts raw GSM8K into an SFT-readyprompt+responseschema (distinct from the RL-shapedexamples/math/dataset_loader.py).--dataset-loader-fnexample used by the SFT dataset tutorial.Acceptance
prompt+response).