datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
SimpleRL-Zoo-Datasimplerl-minerva-mathsimplerl-OlympiadBenchSimple-RL-Zoo-Data-DeduplicatedSimpleRL-Zoosimple-rlhf-rmsimple-rlhf-rlsimplerlsimplerl-critique-offlinesimplerl_qwen_level1to4import re
import datasets
ds = datasets.load_dataset("hkust-nlp/SimpleRL-Zoo-Data",
data_files="simplelr_qwen_level1to4/train.parquet",
split="train")
def extract_user_content(content):
pattern = r'<\|im_start\|>user\n(.*?)<\|im_end\|>'
match = re.search(pattern, content, re.DOTALL)
if match:
return match.group(1).strip()
return None
def map_func(example):
content =… See the full description on the dataset page: https://huggingface.co/datasets/rasdani/simplerl_qwen_level1to4.simple_rl_level3to5simplerl-math8kSimpleRL-Zoo-Data-random-5Ksimplified_simplerl_qwen_level1to4SimpleRL-Zoo-CleanedSimpleRL-SFTinstruct_simplerl_qwen_level1to4modified_simplerl_qwen_level1to4simple-rlhf-sftsimple_rl_level1to4simpleRL-codeSimple-RL-Data
