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
01nvidia /HelpSteer2 HelpSteer2: Open-source dataset for training top-performing reward models 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. When used to tune a Llama 3.1 70B Instruct Model, we achieve 94.1% on RewardBench, which makes it the best Reward Model as… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/HelpSteer2.tabular10K<n<100K456 likes152k downloads2y agoHugging Face02nvidia /HelpSteer3 HelpSteer3 HelpSteer3 is an open-source dataset (CC-BY-4.0) that supports aligning models to become more helpful in responding to user prompts. HelpSteer3-Preference can be used to train Llama 3.3 Nemotron Super 49B v1 (for Generative RMs) and Llama 3.3 70B Instruct Models (for Bradley-Terry RMs) to produce Reward Models that score as high as 85.5% on RM-Bench and 78.6% on JudgeBench, which substantially surpass existing Reward Models on these benchmarks. HelpSteer3-Feedback and… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/HelpSteer3.text100K<n<1M118 likes7.9k downloads10mo agoHugging Face03HuggingFaceH4 /helpful-instructions Dataset Card for Helpful Instructions Dataset Summary Helpful Instructions is a dataset of (instruction, demonstration) pairs that are derived from public datasets. As the name suggests, it focuses on instructions that are "helpful", i.e. the kind of questions or tasks a human user might instruct an AI assistant to perform. You can load the dataset as follows: from datasets import load_dataset # Load all subsets helpful_instructions =… See the full description on the dataset page: https://huggingface.co/datasets/HuggingFaceH4/helpful-instructions.text100K<n<1M24 likes3.4k downloads4y agoHugging Face04nvidia /HelpSteer 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. Leveraging this dataset and SteerLM, we train a Llama 2 70B to reach 7.54 on MT Bench, the highest among models trained on open-source datasets based on MT Bench Leaderboard as of 15 Nov 2023. This model is available on… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/HelpSteer.tabular10K<n<100K252 likes2.5k downloads2y agoHugging Face05osick /helpmate-tables Helpmate tablebases Exhaustively solved helpmate tablebases: for every legal position in a material class, the distance to mate under optimal cooperation and the number of distinct optimal solutions. That second number is the useful one. It is what tells a composer whether a position is a sound problem (count = 1) or has duals. Generated by osick/helpmate-tablebase (MIT). These files are the data; that repository is the code that builds and reads them. 629 six-piece tablebases… See the full description on the dataset page: https://huggingface.co/datasets/osick/helpmate-tables.n<1K1 likes565 downloads14d agoHugging Face06RLHFlow /HH-RLHF-Helpful-standardWe process the helpful subset of Anthropic-HH into the standard format. The filtering script is as follows. def filter_example(example): if len(example['chosen']) != len(example['rejected']): return False if len(example['chosen']) % 2 != 0: return False n_rounds = len(example['chosen']) for i in range(len(example['chosen'])): if example['chosen'][i]['role'] != ['user', 'assistant'][i % 2]: return False if… See the full description on the dataset page: https://huggingface.co/datasets/RLHFlow/HH-RLHF-Helpful-standard.text100K<n<1M4 likes560 downloads2y agoHugging Face07trl-internal-testing /hh-rlhf-helpful-base-trl-style TRL's Anthropic HH Dataset We preprocess the dataset using our standard prompt, chosen, rejected format. Reproduce this dataset Download the anthropic_hh.py from the https://huggingface.co/datasets/trl-internal-testing/hh-rlhf-helpful-base-trl-style/tree/0.1.0. Run python examples/datasets/anthropic_hh.py --push_to_hub --hf_entity trl-internal-testing text10K<n<100K14 likes533 downloads2y agoHugging Face08ai2-adapt-dev /helpsteer2-pref-subsamples0 likes361 downloads2y agoHugging Face09mindweave /help-desk-tickets Help Desk Tickets (Synthetic) (Free Sample) This is a free sample with 3,018 rows. The full dataset has 34,253 rows across 5 tables. Multi-table IT service management dataset for a 500-person software and operations company. Covers 10,000 support tickets across 18 months with agents, categories, threaded comments, SLA tracking, and escalation logic aligned to real service-desk workflows and priority-based response targets. Resolution times follow realistic P1/P2/P3/P4… See the full description on the dataset page: https://huggingface.co/datasets/mindweave/help-desk-tickets.tabulartabular-classification1K<n<10K0 likes301 downloads6mo agoHugging Face10HuggingFaceH4 /helpful_instructionsHelpful Instructions is a dataset of (prompt, completion) pairs that are derived from a variety of public datasets. As the name suggests, it focuses on instructions that are "helpful", i.e. the kind of questions or tasks a human user might instruct an AI assistant to perform.texttext-generation100K<n<1M16 likes258 downloads4y agoHugging Face11helper2424 /koch_move_obj_static_camerasThis dataset was created using LeRobot. robotics0 likes245 downloads2y agoHugging Face12trl-lib /hh-rlhf-helpful-base HH-RLHF-Helpful-Base Dataset Summary The HH-RLHF-Helpful-Base dataset is a processed version of Anthropic's HH-RLHF dataset, specifically curated to train models using the TRL library for preference learning and alignment tasks. It contains pairs of text samples, each labeled as either "chosen" or "rejected," based on human preferences regarding the helpfulness of the responses. This dataset enables models to learn human preferences in generating helpful responses… See the full description on the dataset page: https://huggingface.co/datasets/trl-lib/hh-rlhf-helpful-base.text10K<n<100K3 likes239 downloads2y agoHugging Face13wassname /helpsteer2_dpo_nonverboseHelperSteer 2, formatted in DPO format (prompt, chosen, rejected). in main branch there is a custom scoring correct > helpful > -verbosity in each branch we have preference pairs for only correct, helpful, verbosity, coherence, complexity Please note that only correct and helpful has strong inter-rater agreement in the HelpSteer2 paper This is the notebook used to produce the dataset… See the full description on the dataset page: https://huggingface.co/datasets/wassname/helpsteer2_dpo_nonverbose.texttext-classification10K<n<100K0 likes212 downloads2y agoHugging Face14open-llm-leaderboard-old /details_OEvortex__HelpingAI-8B0 likes191 downloads2y agoHugging Face15RLHFlow /Helpsteer-preference-standardtabular10K<n<100K6 likes182 downloads2y agoHugging Face16rlhf-and-friends /helpsteer3-codetext1K<n<10K2 likes162 downloads1y agoHugging Face17rlhf-and-friends /helpsteer3-multilingualtext1K<n<10K0 likes155 downloads1y agoHugging Face18tasksource /help-nlihttps://github.com/verypluming/HELP @InProceedings{yanaka-EtAl:2019:starsem, author = {Yanaka, Hitomi and Mineshima, Koji and Bekki, Daisuke and Inui, Kentaro and Sekine, Satoshi and Abzianidze, Lasha and Bos, Johan}, title = {HELP: A Dataset for Identifying Shortcomings of Neural Models in Monotonicity Reasoning}, booktitle = {Proceedings of the Eighth Joint Conference on Lexical and Computational Semantics (*SEM2019)}, year = {2019}, } texttext-classification10K<n<100K0 likes150 downloads3y agoHugging Face19open-llm-leaderboard-old /details_Weyaxi__HelpSteer-filtered-Solar-Instruct Dataset Card for Evaluation run of Weyaxi/HelpSteer-filtered-Solar-Instruct Dataset automatically created during the evaluation run of model Weyaxi/HelpSteer-filtered-Solar-Instruct on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train"… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_Weyaxi__HelpSteer-filtered-Solar-Instruct.0 likes145 downloads3y agoHugging Face20sayaka1 /helper_lora0 likes144 downloads3y agoHugging Face21HuggingFaceH4 /helpful_instructions_splitsThis splits the original helpful_instructions dataset into train and test splits. text10K<n<100K3 likes140 downloads4y agoHugging Face22Console-AI /IT-helpdesk-synthetic-ticketstextn<1K8 likes131 downloads2y agoHugging Face23open-llm-leaderboard-old /details_Abhaykoul__HelpingAI-Lite-4x1b Dataset Card for Evaluation run of Abhaykoul/HelpingAI-Lite-4x1b Dataset automatically created during the evaluation run of model Abhaykoul/HelpingAI-Lite-4x1b on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_Abhaykoul__HelpingAI-Lite-4x1b.0 likes111 downloads3y agoHugging Face24bcui19 /chat-v2-anthropic-helpfulnesstext100K<n<1M1 likes107 downloads3y agoHugging Face25helper2424 /demo3_frames_grab3This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_two", "total_episodes": 1, "total_frames": 464, "total_tasks": 1, "total_videos": 3, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:1" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/helper2424/demo3_frames_grab3.tabularrobotics10K<n<100K0 likes107 downloads1y agoHugging Face26hendrydong /rlhf_helpful_evaltext1K<n<10K0 likes106 downloads3y agoHugging Face27digitable-lol /ouroboros-trace-help Trace Help — does an execution trace help a model answer questions about a run? In one minute. Twelve small programs in six languages (Python, JavaScript, C, C++, Go, Elixir). Each was run once with a fixed command. Five questions per program ask what actually happened on that one run: how many times a function was called, what a particular call returned, what it was called with, whether a function ran at all, which function raised. Sixty questions in total. Every record carries… See the full description on the dataset page: https://huggingface.co/datasets/digitable-lol/ouroboros-trace-help.tabularquestion-answeringn<1K0 likes100 downloads26d agoHugging Face28HuggingFaceH4 /helpful-anthropic-raw Dataset Card for "helpful-raw-anthropic" This is a dataset derived from Anthropic's HH-RLHF data of instructions and model-generated demonstrations. We combined training splits from the following two subsets: helpful-base helpful-online To convert the multi-turn dialogues into (instruction, demonstration) pairs, just the first response from the Assistant was included. This heuristic captures the most obvious answers, but overlooks more complex questions where multiple turns were… See the full description on the dataset page: https://huggingface.co/datasets/HuggingFaceH4/helpful-anthropic-raw.text10K<n<100K7 likes94 downloads4y agoHugging Face29tafseer-nayeem /review_helpfulness_prediction Dataset Card for Review Helpfulness Prediction (RHP) Dataset Dataset Summary The success of e-commerce services is largely dependent on helpful reviews that aid customers in making informed purchasing decisions. However, some reviews may be spammy or biased, making it challenging to identify which ones are helpful. Current methods for identifying helpful reviews only focus on the review text, ignoring the importance of who posted the review and when it was posted.… See the full description on the dataset page: https://huggingface.co/datasets/tafseer-nayeem/review_helpfulness_prediction.tabulartext-classification100K<n<1M3 likes92 downloads1y agoHugging Face30Kyleyee /train_data_SFT_Helpful HH-RLHF-Helpful-Base Dataset Summary The HH-RLHF-Helpful-Base dataset is a processed version of Anthropic's HH-RLHF dataset, specifically curated to train models using the TRL library for preference learning and alignment tasks. It contains pairs of text samples, each labeled as either "chosen" or "rejected," based on human preferences regarding the helpfulness of the responses. This dataset enables models to learn human preferences in generating helpful responses… See the full description on the dataset page: https://huggingface.co/datasets/Kyleyee/train_data_SFT_Helpful.text10K<n<100K0 likes91 downloads2y agoHugging Face

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