CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01RLHFlow /Helpsteer-preference-standardtabular10K<n<100K6 likes182 downloads2y agoHugging Face02alvarobartt /HelpSteer-AIF HelpSteer: Helpfulness SteerLM Dataset HelpSteer is an open-source Helpfulness Dataset (CC-BY-4.0) that supports aligning models to become more helpful, factually correct and coherent, while being adjustable in terms of the complexity and verbosity of its responses. HelpSteer: Multi-attribute Helpfulness Dataset for SteerLM Disclaimer This is only a subset created with distilabel to evaluate the first 1000 rows using AI Feedback (AIF) coming from GPT-4, only created for… See the full description on the dataset page: https://huggingface.co/datasets/alvarobartt/HelpSteer-AIF.tabular1K<n<10K6 likes60 downloads3y agoHugging Face03stallone /HelpSteer2A reformatted version of nvidia/HelpSteer2 into both a multiturn config conversation and completion config config. A v4 UUID doc_id is shared across the same document in each config, source, conversation, and completion. tabular10K<n<100K0 likes59 downloads2y agoHugging Face04ktolnos /helpsteer3-qwen35_annotated_humantabular10K<n<100K0 likes52 downloads3mo agoHugging Face05alvarobartt /HelpSteer-AIF-raw HelpSteer: Helpfulness SteerLM Dataset HelpSteer is an open-source Helpfulness Dataset (CC-BY-4.0) that supports aligning models to become more helpful, factually correct and coherent, while being adjustable in terms of the complexity and verbosity of its responses. HelpSteer: Multi-attribute Helpfulness Dataset for SteerLM Disclaimer This is only a subset created with distilabel to evaluate the first 1000 rows using AI Feedback (AIF) coming from GPT-4, only created for… See the full description on the dataset page: https://huggingface.co/datasets/alvarobartt/HelpSteer-AIF-raw.tabular1K<n<10K0 likes43 downloads3y agoHugging Face06CharlieJi /HelpSteer2_labeled_task Dataset Card for HelpSteer2_labeled_task This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/CharlieJi/HelpSteer2_labeled_task/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/CharlieJi/HelpSteer2_labeled_task.tabularn<1K0 likes42 downloads2y agoHugging Face07stallone /HelpSteerA reformatted version of nvidia/HelpSteer into both a multiturn config conversation and completion config config. A v4 UUID doc_id is shared across the same document in each config, source, conversation, and completion. tabular100K<n<1M0 likes39 downloads2y agoHugging Face08CharlieJi /HelpSteer2_with_intent Dataset Card for HelpSteer2_with_intent This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/CharlieJi/HelpSteer2_with_intent/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/CharlieJi/HelpSteer2_with_intent.tabularn<1K0 likes39 downloads2y agoHugging Face09CharlieJi /HelpSteer2_prometheus Dataset Card for HelpSteer2_prometheus This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/CharlieJi/HelpSteer2_prometheus/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/CharlieJi/HelpSteer2_prometheus.tabularn<1K1 likes38 downloads2y agoHugging Face10Felladrin /ChatML-HelpSteernvidia/HelpSteer in ChatML format, ready to use in HuggingFace TRL's SFT Trainer. Python code used for conversion: from datasets import load_dataset from transformers import AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("Felladrin/Llama-160M-Chat-v1") dataset = load_dataset("nvidia/HelpSteer", split="train") def format(columns): prompt = columns["prompt"].strip() response = columns["response"].strip() messages = [ { "role": "user"… See the full description on the dataset page: https://huggingface.co/datasets/Felladrin/ChatML-HelpSteer.tabularquestion-answering10K<n<100K0 likes36 downloads3y agoHugging Face11gx-ai-architect /helpsteer_combined Dataset Card for "helpsteer_combined" More Information needed tabular10K<n<100K0 likes35 downloads2y agoHugging Face12root-signals /helpsteer2-binarized-granular-fullThis is the nvidia/Helpsteer2 training split binarized and sorted by length using the Llama3 tokenizer and categorized into multi- vs. single-turn subparts. The 500 splits contain chosen responses between 500-1000 tokens, the 1000 split 1000+ tokens.A multi-turn example requires at least one pair of User and Assistant besides the main resposne to be categorized as such.If you don't care, there is a combined split, which includes everything just binarized, but note that ids are not the same… See the full description on the dataset page: https://huggingface.co/datasets/root-signals/helpsteer2-binarized-granular-full.tabular10K<n<100K0 likes35 downloads2y agoHugging Face13withcomment /helpsteer3-qwen35_annotated_humantabular10K<n<100K0 likes34 downloads3mo agoHugging Face14mingye94 /HelpSteer2_pairtabular10K<n<100K0 likes33 downloads2y agoHugging Face15leonat3t /helpsteer2_tail_modeldep_q10tabular1K<n<10K0 likes33 downloads8mo agoHugging Face16Columbia-NLP /DPO-HelpSteer Dataset Card for DPO-HelpSteer Reformatted from nvidia/HelpSteer dataset. The LION-series are trained using an empirically optimized pipeline that consists of three stages: SFT, DPO, and online preference learning (online DPO). We find simple techniques such as sequence packing, loss masking in SFT, increasing the preference dataset size in DPO, and online DPO training can significantly improve the performance of language models. Our best models (the LION-series) exceed the… See the full description on the dataset page: https://huggingface.co/datasets/Columbia-NLP/DPO-HelpSteer.tabular1K<n<10K0 likes31 downloads2y agoHugging Face17root-signals /helpsteer2-binarized-granular-tinyThis is the nvidia/Helpsteer2 training split binarized and sorted by length using the Llama3 tokenizer and categorized into multi- vs. single-turn subparts. The 500 splits contain chosen responses between 500-1000 tokens, the 1000 split 1000+ tokens. A multi-turn example requires at least one pair of User and Assistant besides the main resposne to be categorized as such. If you don't care, there is a combined split, which includes everything just binarized, but note that ids are not the same… See the full description on the dataset page: https://huggingface.co/datasets/root-signals/helpsteer2-binarized-granular-tiny.tabularn<1K0 likes29 downloads2y agoHugging Face18Jennny /helpsteer2-helpfulness-preference Citation @misc{wang2024helpsteer2preferencecomplementingratingspreferences, title={HelpSteer2-Preference: Complementing Ratings with Preferences}, author={Zhilin Wang and Alexander Bukharin and Olivier Delalleau and Daniel Egert and Gerald Shen and Jiaqi Zeng and Oleksii Kuchaiev and Yi Dong}, year={2024}, eprint={2410.01257}, archivePrefix={arXiv}, primaryClass={cs.LG}, url={https://arxiv.org/abs/2410.01257}, } @misc{wang2024helpsteer2… See the full description on the dataset page: https://huggingface.co/datasets/Jennny/helpsteer2-helpfulness-preference.tabular1K<n<10K0 likes28 downloads1y agoHugging Face19juyoungml /HelpSteer2-binarizedtabular1K<n<10K0 likes27 downloads2y agoHugging Face20ssmmzz /Helpsteer-armtabular10K<n<100K0 likes27 downloads2y agoHugging Face21saepark /preprocessed-helpsteer2-train-10ktabular1K<n<10K0 likes26 downloads1y agoHugging Face22c3rl /nvidia-HelpSteer2-HindiThis dataset contains Hindi translation of the two columns "prompt" and "response" of the orginal dataset nvidia/HelpSteer2. The translation are stored in the columns "prompt-translation-hi" and "response-translation-hi" along with all the orginal columns. tabular10K<n<100K1 likes25 downloads2y agoHugging Face23davidanugraha /HelpSteer3tabular10K<n<100K0 likes25 downloads1y agoHugging Face24ktolnos /helpsteer3_goldSkywork-Reward-V2-Llama-3.1-8B-10ktabular1K<n<10K0 likes25 downloads9mo agoHugging Face25ktolnos /helpsteer3v2_annotated_Skywork-Skywork-Reward-V2-Llama-3-1-8Btabular10K<n<100K0 likes25 downloads7mo agoHugging Face26aladinDJ /helpsteer-DPO-annotated Helpsteer-DPO–Annotated 📝 Overview This dataset provides Magpie-annotated metadata for the original Helpsteer 2 preference corpus, including task category, difficulty, input quality, language, and independent preference reward scores. It serves as one of the five foundational components used in the UltraMix curation pipeline. 🏆 This annotated release was created as part of our paper (2026) “When Data Is the Algorithm: A Systematic Study and Curation of… See the full description on the dataset page: https://huggingface.co/datasets/aladinDJ/helpsteer-DPO-annotated.tabular10K<n<100K0 likes24 downloads7mo agoHugging Face27ktolnos /helpsteer3-qwen35_annotated_human_25pcttabular1K<n<10K0 likes24 downloads3mo agoHugging Face28nayohan /HelpSteer2-koTranslated nvidia/HelpSteer2 using nayohan/llama3-instrucTrans-enko-8b. This dataset is a raw translated dataset and contains repetitive sentences generated by the model, so it needs to be filtered. @misc{wang2024helpsteer2, title={HelpSteer2: Open-source dataset for training top-performing reward models}, author={Zhilin Wang and Yi Dong and Olivier Delalleau and Jiaqi Zeng and Gerald Shen and Daniel Egert and Jimmy J. Zhang and Makesh Narsimhan Sreedhar and Oleksii Kuchaiev}… See the full description on the dataset page: https://huggingface.co/datasets/nayohan/HelpSteer2-ko.tabulartext-generation10K<n<100K0 likes23 downloads2y agoHugging Face29zhenghaoxu /helpsteer2-preference_comparisontabular10K<n<100K0 likes22 downloads2y agoHugging Face30Jennny /helpsteer2-correctness-preference Citation @misc{wang2024helpsteer2preferencecomplementingratingspreferences, title={HelpSteer2-Preference: Complementing Ratings with Preferences}, author={Zhilin Wang and Alexander Bukharin and Olivier Delalleau and Daniel Egert and Gerald Shen and Jiaqi Zeng and Oleksii Kuchaiev and Yi Dong}, year={2024}, eprint={2410.01257}, archivePrefix={arXiv}, primaryClass={cs.LG}, url={https://arxiv.org/abs/2410.01257}, } @misc{wang2024helpsteer2… See the full description on the dataset page: https://huggingface.co/datasets/Jennny/helpsteer2-correctness-preference.tabular1K<n<10K0 likes22 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.