CoolFace
4 shown

datasets

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

Clear all
01Felladrin /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 Face02nayohan /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 likes27 downloads2y agoHugging Face03AIR-hl /helpsteer2_preference Introduction This is a binarized preference datasets from nvidia/HelpSteer2. HelpSteer2 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. This dataset has been created in partnership with Scale AI. I processed the raw data by prioritizing helpfulness, correctness, and coherence to determine which responses were chosen… See the full description on the dataset page: https://huggingface.co/datasets/AIR-hl/helpsteer2_preference.tabulartext-generation1K<n<10K0 likes10 downloads1y agoHugging Face04nayohan /HelpSteer-koTranslated nvidia/HelpSteer 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{wang2023helpsteer, title={HelpSteer: Multi-attribute Helpfulness Dataset for SteerLM}, author={Zhilin Wang and Yi Dong and Jiaqi Zeng and Virginia Adams and Makesh Narsimhan Sreedhar and Daniel Egert and Olivier Delalleau and Jane Polak Scowcroft and Neel Kant and Aidan Swope and… See the full description on the dataset page: https://huggingface.co/datasets/nayohan/HelpSteer-ko.tabulartext-generation10K<n<100K0 likes5 downloads2y agoHugging Face

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