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
01argilla /ultrafeedback-binarized-preferences-cleaned UltraFeedback - Binarized using the Average of Preference Ratings (Cleaned) This dataset represents a new iteration on top of argilla/ultrafeedback-binarized-preferences, and is the recommended and preferred dataset by Argilla to use from now on when fine-tuning on UltraFeedback. Read more about Argilla's approach towards UltraFeedback binarization at argilla/ultrafeedback-binarized-preferences/README.md. Differences with argilla/ultrafeedback-binarized-preferences… See the full description on the dataset page: https://huggingface.co/datasets/argilla/ultrafeedback-binarized-preferences-cleaned.tabulartext-generation10K<n<100K165 likes27k downloads3y agoHugging Face02HuggingFaceH4 /ultrafeedback_binarized Dataset Card for UltraFeedback Binarized Dataset Description This is a pre-processed version of the UltraFeedback dataset and was used to train Zephyr-7Β-β, a state of the art chat model at the 7B parameter scale. The original UltraFeedback dataset consists of 64k prompts, where each prompt is accompanied with four model completions from a wide variety of open and proprietary models. GPT-4 is then used to assign a score to each completion, along criteria like… See the full description on the dataset page: https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized.tabulartext-generation100K<n<1M348 likes24k downloads2y agoHugging Face03argilla /distilabel-capybara-dpo-7k-binarized Capybara-DPO 7K binarized A DPO dataset built with distilabel atop the awesome LDJnr/Capybara This is a preview version to collect feedback from the community. v2 will include the full base dataset and responses from more powerful models. Why? Multi-turn dialogue data is key to fine-tune capable chat models. Multi-turn preference data has been used by the most relevant RLHF works (Anthropic, Meta Llama2, etc.). Unfortunately, there are very few… See the full description on the dataset page: https://huggingface.co/datasets/argilla/distilabel-capybara-dpo-7k-binarized.tabularquestion-answering1K<n<10K184 likes23k downloads2y agoHugging Face04trl-lib /ultrafeedback_binarizedtabular10K<n<100K29 likes3.5k downloads2y agoHugging Face05allenai /ultrafeedback_binarized_cleaned Dataset Card for "ultrafeedback_binarized_cleaned" Update 1/12/2023: I've removed examples identified as faulty by Argilla - see their awesome work for more details. This is a version of the UltraFeedback binarized dataset but with TruthfulQA prompts removed and source annotations added (so you can filter out samples from different sources yourself if you want!). Please see the binarized dataset card for more information, or the original UltraFeedback dataset card. tabular100K<n<1M72 likes1.8k downloads3y agoHugging Face06Jennny /ultrafeedback_binarized_honesty_prefstabular10K<n<100K0 likes412 downloads2y agoHugging Face07argilla /ultrafeedback-binarized-preferences Ultrafeedback binarized dataset using the mean of preference ratings Introduction This dataset contains the result of curation work performed by Argilla (using Argilla 😃). After visually browsing around some examples using the sort and filter feature of Argilla (sort by highest rating for chosen responses), we noticed a strong mismatch between the overall_score in the original UF dataset (and the Zephyr train_prefs dataset) and the quality of the chosen response. By… See the full description on the dataset page: https://huggingface.co/datasets/argilla/ultrafeedback-binarized-preferences.tabular10K<n<100K84 likes384 downloads3y agoHugging Face08Jennny /ultrafeedback_binarized_truthfulness_prefstabular10K<n<100K0 likes375 downloads2y agoHugging Face09argilla /ultrafeedback-multi-binarized-preferences-cleaned UltraFeedback - Multi-Binarized using the Average of Preference Ratings (Cleaned) This dataset represents a new iteration on top of argilla/ultrafeedback-binarized-preferences-cleaned, and has been created to explore whether DPO fine-tuning with more than one rejection per chosen response helps the model perform better in the AlpacaEval, MT-Bench, and LM Eval Harness benchmarks. Read more about Argilla's approach towards UltraFeedback binarization at… See the full description on the dataset page: https://huggingface.co/datasets/argilla/ultrafeedback-multi-binarized-preferences-cleaned.tabulartext-generation100K<n<1M7 likes157 downloads3y agoHugging Face10BarraHome /ultrafeedback_binarizedtabular100K<n<1M1 likes147 downloads3y agoHugging Face11ummagumm-a /ultrafeedback_binarized_all_pairstabular100K<n<1M0 likes119 downloads2y agoHugging Face12vwxyzjn /ultrafeedback_binarized_1708035667 Dataset Card for "ultrafeedback_binarized_1708035667" More Information needed tabular10K<n<100K0 likes104 downloads3y agoHugging Face13trl-internal-testing /tiny-ultrafeedback-binarizedfrom datasets import load_dataset push_to_hub = True def is_small(example): small_prompt = len(example["chosen"][0]["content"]) < 100 small_chosen = len(example["chosen"][1]["content"]) < 100 small_rejected = len(example["rejected"][1]["content"]) < 100 return small_prompt and small_chosen and small_rejected if __name__ == "__main__": dataset = load_dataset("trl-lib/ultrafeedback_binarized") dataset = dataset.filter(is_small) if push_to_hub:… See the full description on the dataset page: https://huggingface.co/datasets/trl-internal-testing/tiny-ultrafeedback-binarized.tabularn<1K2 likes100 downloads2y agoHugging Face14vwxyzjn /ultrafeedback_binarized_1707947544 Dataset Card for "ultrafeedback_binarized_1707947544" More Information needed tabular10K<n<100K0 likes99 downloads3y agoHugging Face15vwxyzjn /ultrafeedback_binarized_1707945637 Dataset Card for "ultrafeedback_binarized_1707945637" More Information needed tabular10K<n<100K0 likes98 downloads3y agoHugging Face16argilla /ultrafeedback-multi-binarized-quality-preferences-cleanedtabular100K<n<1M5 likes97 downloads3y agoHugging Face17coseal /CodeUltraFeedback_binarizedInstructions coming soon tabulartext-generation1K<n<10K17 likes95 downloads3y agoHugging Face18datatab /ultrafeedback_binarized_serbian Dataset Card for UltraFeedback Binarized Serbian Dataset Description This dataset is a Serbian-translated version of the UltraFeedback dataset, utilized for training Zephyr-7Β-β. The original dataset comprises 64k English-language prompts, each paired with four completions from various models. In this Serbian version, the prompts and completions have been translated into Serbian. The dataset creation process remains the same: selecting the completion with the highest… See the full description on the dataset page: https://huggingface.co/datasets/datatab/ultrafeedback_binarized_serbian.tabulartext-generation100K<n<1M0 likes93 downloads3y agoHugging Face19PessimisticDPO /ultrafeedback_binarized-Logprob-6675719ctabular10K<n<100K0 likes90 downloads9mo agoHugging Face20tonyshelby /ultrafeedback_binarized_reversedtabular100K<n<1M0 likes76 downloads9mo agoHugging Face21Felladrin /ChatML-distilabel-capybara-dpo-7k-binarizedargilla/distilabel-capybara-dpo-7k-binarized in ChatML format, ready to use in HuggingFace TRL's DPO 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("argilla/distilabel-capybara-dpo-7k-binarized", split="train") def format(columns): return { "prompt": tokenizer.apply_chat_template(columns["chosen"][:-1]… See the full description on the dataset page: https://huggingface.co/datasets/Felladrin/ChatML-distilabel-capybara-dpo-7k-binarized.tabularquestion-answering1K<n<10K1 likes67 downloads3y agoHugging Face22cminja /ds-binarized_serbiantabular100K<n<1M1 likes67 downloads2y agoHugging Face23kykim0 /ultrafeedback_binarized_cleaned_20p Dataset Card for "ultrafeedback_binarized_cleaned_20p" More Information needed tabular10K<n<100K0 likes66 downloads2y agoHugging Face24rajammanabrolu /ultrafeedback_binarized Dataset Card for "ultrafeedback_binarized" More Information needed tabular100K<n<1M0 likes64 downloads3y agoHugging Face25zhengr /ultrafeedback_binarized Dataset Card for UltraFeedback Binarized Dataset Description This is a pre-processed version of the UltraFeedback dataset and was used to train Zephyr-7Β-β, a state of the art chat model at the 7B parameter scale. The original UltraFeedback dataset consists of 64k prompts, where is prompt is accompanied with four model completions from a wide variety of open and proprietary models. GPT-4 is then used to assign a score to each completion, along criteria like helpfulness… See the full description on the dataset page: https://huggingface.co/datasets/zhengr/ultrafeedback_binarized.tabulartext-generation100K<n<1M2 likes59 downloads3y agoHugging Face26yunjae-won /ultrafeedback-binarized-preferences-cleaned-Tulu-3.1-8Btabular10K<n<100K0 likes56 downloads21d agoHugging Face27YYYYYYibo /ultrafeedback_binarized_with_response_full_labeled_part_5 Dataset Card for "ultrafeedback_binarized_with_response_full_labeled_part_5" More Information needed tabular10K<n<100K0 likes54 downloads2y agoHugging Face28dogtooth /ultrafeedback_binarized_scaledtabular100K<n<1M0 likes54 downloads2y agoHugging Face29saepark /ultrafeedback-binarized-preferences-medical-cldfilter-traintabular10K<n<100K0 likes54 downloads1y agoHugging Face30pbevan11 /ultrafeedback_binarized_multilingualtabular10K<n<100K0 likes49 downloads2y agoHugging Face

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