Dolci RL-Zero IF is a dataset of 13.3k instruction-following prompts and answers for RLVR training of Olmo 3 7B RL-Zero IF
This dataset was collected from the instruction-following subset of Dolci Think SFT 7B, see the Olmo 3 paper for details.
You can download and load this data using HuggingFace's datasets library with the following code:
from datasets import load_dataset
dataset = load_dataset("allenai/Dolci-RL-Zero-IF-7B", split="train",)… See the full description on the dataset page:
https://huggingface.co/datasets/allenai/Dolci-RL-Zero-IF-7B.