CoolFace
7 shown

datasets

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

Clear all
01vincentmin /eli5_rlhfELI5 paired This is a processed version of the eli5 dataset. The dataset was created following very closely the steps in the stack-exchange-paired dataset. The following steps were applied: Create pairs (response_j, response_k) where j was rated better than k Sample at most 10 pairs per question Shuffle the dataset globally This dataset is designed to be used for preference learning using techniques such as Reinforcement Learning from Human Feedback. The processing notebook is in the… See the full description on the dataset page: https://huggingface.co/datasets/vincentmin/eli5_rlhf.texttext-generation1M<n<10M7 likes247 downloads3y agoHugging Face02vincentmin /eli5_rlhf_explainlikeim5 ELI5 paired This is a processed version of the eli5 dataset. Compared to "eli5_rlhf", this dataset contains only QA pairs from the train split of the eli5 dataset and only from the subreddit explainlikeimfive. Furthermore, the function def get_question(example): title = example["title"] selftext = example["selftext"] if selftext: if selftext[-1] not in [".", "?", "!"]: seperator = ". " else: seperator = " " question = title… See the full description on the dataset page: https://huggingface.co/datasets/vincentmin/eli5_rlhf_explainlikeim5.texttext-generation100K<n<1M14 likes140 downloads3y agoHugging Face03llamafactory /RLHF-VBorrowed from: https://huggingface.co/datasets/openbmb/RLHF-V-Dataset You can use it in LLaMA Factory by specifying dataset: rlhf_v. imagetext-generation1K<n<10K13 likes102 downloads2y agoHugging Face045CD-AI /Vietnamese-beyond-rlhf-reward-single-round-gg-translatedtextquestion-answering10K<n<100K6 likes42 downloads3y agoHugging Face05costadev00 /dolly-15k-rlhf-instructgpt-format Dolly 15k RLHF Datasets in InstructGPT Format This repository packages databricks/databricks-dolly-15k into three RLHF-oriented dataset configurations inspired by the InstructGPT data flow: sft: supervised fine-tuning examples with prompt, completion, and text. rm_schema: reward-modeling schema/prompt pool with empty chosen and rejected fields, reference_response, and ready_for_rm=false. rm_synthetic: reward-modeling proxy pairs where Dolly reference_response is used as chosen and… See the full description on the dataset page: https://huggingface.co/datasets/costadev00/dolly-15k-rlhf-instructgpt-format.texttext-generation10K<n<100K0 likes39 downloads5mo agoHugging Face06ticoAg /zhihu_3k_rlhf_train Note some rm data from public dataset format { "history": [ "query1", "answer1", "query2", "answer2" ], "prompt": "query", "input": "input for query", "output": [ "output rank1", "output rank2", "output rank3" ] } Thanks beyond/rlhf-reward-single-round-trans_chinese : dikw/hh_rlhf_cn liyucheng/zhihu_rlhf_3k textquestion-answering1K<n<10K1 likes13 downloads3y agoHugging Face07SoftAge-AI /rlhf-general_datasetgated RLHF General Data Sample Description This dataset supports research in Response Ranking for Large Language Models (RLHF) in the general domain. It contains 596 prompt-response pairs, each with the following data attributes: M_Id & S.No.: Unique identifier for the prompt-response pair. Prompt: The original query or problem statement. Response 1 & 2: Responses generated by different language models. Preference: Indicates which response is considered better (1 or 2).… See the full description on the dataset page: https://huggingface.co/datasets/SoftAge-AI/rlhf-general_dataset.textquestion-answeringn<1K1 likes2 downloads3y agoHugging Face

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