CoolFace
Datasetpublic

davidheineman/text-ppl-dolci-response-pool

text-ppl-dolci-response-pool multi-model response pools split out of davidheineman/text-ppl, sampled from allenai/Dolci-DPO-Model-Response-Pool one config per (model, dataset), named dolci_response_pool_{model}_{dataset}, keeping the gemma / gpt / qwen / olmo model families: from datasets import load_dataset ds = load_dataset('davidheineman/text-ppl-dolci-response-pool', 'dolci_response_pool_olmo2_13b_DaringAnteater_prefs_olmo2_7b', split='test') the test split is the… See the full description on the dataset page: https://huggingface.co/datasets/davidheineman/text-ppl-dolci-response-pool.

sourceHugging Faceupdated 24d agoView on Hugging Face
0likes343downloads
5 commits on main
fb570c424d ago

declare the `test` split

davidheineman
b515eb324d ago

rename split train -> test (554/554)

davidheineman
6ccfb3a24d ago

rename split train -> test (400/554)

davidheineman
4a02e4824d ago

additive update: configs + README

davidheineman
81a78f724d ago

initial commit

davidheineman