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
01databricks /databricks-dolly-15k Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported… See the full description on the dataset page: https://huggingface.co/datasets/databricks/databricks-dolly-15k.textquestion-answering10K<n<100K1.1k likes63k downloads3y agoHugging Face02databricks /officeqagated OfficeQA Dataset Summary OfficeQA is a grounded reasoning benchmark by Databricks for evaluating model and agent performance on end-to-end reasoning over real-world documents. The benchmark consists of question–answer pairs that require reasoning over historical U.S. Treasury Bulletin documents (1939–2025), which contain dense financial tables, charts, and narrative text. OfficeQA is designed to test retrieval, tool use, and multi-step reasoning in… See the full description on the dataset page: https://huggingface.co/datasets/databricks/officeqa.documentquestion-answeringn<1K26 likes9.1k downloads2mo agoHugging Face03databricks /officeqa-pro-v2gated OfficeQA Pro v2 Dataset Summary OfficeQA Pro v2 is a grounded reasoning benchmark by Databricks for evaluating model and agent performance on end-to-end reasoning over real-world documents. The benchmark consists of question–answer pairs that require reasoning over two centuries of U.S. Federal Accounts of Receipts and Expenditures reporting (1793–2024) — Combined Statements of Receipts, Outlays, and Balances of the United States Government, together with earlier… See the full description on the dataset page: https://huggingface.co/datasets/databricks/officeqa-pro-v2.documentquestion-answeringn<1K17 likes2.6k downloads2mo agoHugging Face04llm-jp /databricks-dolly-15k-ja databricks-dolly-15k-ja This repository provides an instruction tuning dataset developed by LLM-jp, a collaborative project launched in Japan. This dataset is a Japanese translation of databricks-dolly-15k using DeepL. Send Questions to llm-jp(at)nii.ac.jp Model Card Authors The names are listed in alphabetical order. Hirokazu Kiyomaru, Hiroshi Matsuda, Jun Suzuki, Namgi Han, Saku Sugawara, Shota Sasaki, Shuhei Kurita, Taishi Nakamura, Takashi Kodama, Takumi… See the full description on the dataset page: https://huggingface.co/datasets/llm-jp/databricks-dolly-15k-ja.textquestion-answering10K<n<100K18 likes116 downloads3y agoHugging Face05atasoglu /databricks-dolly-15k-trThis dataset is machine-translated version of databricks-dolly-15k.jsonl into Turkish. Used googletrans==3.1.0a0 to translation. textquestion-answering10K<n<100K17 likes79 downloads3y agoHugging Face06yulanfmy /databricks-qa-ja データセット概要 手動で作成したDatabricksに関する質問と回答ペアの日本語データセットです。 件数:約1,300件 情報源:Databricks HPの日本語ブログやFAQなど、データブリック社員がポストしたQitta記事 https://github.com/yulan-yan/build-your-chat-bot-JP デモに利用したデータです。 textquestion-answering1K<n<10K5 likes40 downloads3y agoHugging Face07robinhad /databricks-dolly-15k-uk Summary databricks-dolly-15k-uk is an open source dataset based on databricks/databricks-dolly-15k instruction-following dataset, but machine translated using facebook/m2m100_1.2B model.Tasks covered include brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization.Expect this dataset to not be grammatically correct and having obvious pitfalls of machine translation. Original Summary # Summary `databricks-dolly-15k` is an open… See the full description on the dataset page: https://huggingface.co/datasets/robinhad/databricks-dolly-15k-uk.textquestion-answering10K<n<100K4 likes36 downloads3y agoHugging Face08Elliot4AI /databricksdatabricks-dolly-15k-chinese Dataset Summary 🏡🏡🏡🏡Fine-tune Dataset:中文数据集🏡🏡🏡🏡 😀😀😀😀😀😀😀😀 这个数据集是databricks/databricks-dolly-15k的中文版本,是直接翻译过来,没有经过人为检查语法。 对databricks/databricks-dolly-15k的描述,请看他的dataset card。 😀😀😀😀😀😀😀😀 This data set is the Chinese version of databricks/databricks-dolly-15k, which is directly translated without human-checked grammar. For a description of databricks/databricks-dolly-15k, see its dataset card. textquestion-answering10K<n<100K5 likes34 downloads3y agoHugging Face09Felladrin /ChatML-databricks-dolly-15kdatabricks/databricks-dolly-15k in ChatML format. Python code used for conversion: from datasets import load_dataset import pandas from transformers import AutoTokenizer tokenizer = AutoTokenizer.from_pretrained( pretrained_model_name_or_path="Felladrin/Llama-160M-Chat-v1" ) dataset = load_dataset("databricks/databricks-dolly-15k", split="train") def format(columns): instruction = columns["instruction"].strip() context = columns["context"].strip() response =… See the full description on the dataset page: https://huggingface.co/datasets/Felladrin/ChatML-databricks-dolly-15k.textquestion-answering10K<n<100K1 likes33 downloads3y agoHugging Face10sakusakumura /databricks-dolly-15k-ja-scoredFor the English version, please click here. 概要 databricks-dolly-15k-ja-scoredはkunishou/databricks-dolly-15k-jaの派生であり、BERTScoreによって提供される翻訳品質スコアが追加されています。 このデータセットは、学術的・商業的問わずクリエイティブ・コモンズ 表示 - 継承 3.0 非移植ライセンスの条件の下で何にでも使用することができます。 翻訳の品質スコア databricks-dolly-15k-jaは、databricks-dolly-15kを機械翻訳したものです。databricks-dolly-15k-jaに含まれるデータを調べてみると、以下のような品質の悪いデータが存在することが分かりました。 inputとoutputが全く同じであるデータ outputがinstructionにコピーされているデータ 表記ゆれによって表現の一貫性が保たれていないデータ 固有名詞などの翻訳に失敗しているデータ… See the full description on the dataset page: https://huggingface.co/datasets/sakusakumura/databricks-dolly-15k-ja-scored.textquestion-answering10K<n<100K6 likes32 downloads3y agoHugging Face11nlp-with-deeplearning /ko.databricks-dolly-15k원본 데이터셋: databricks/databricks-dolly-15k textquestion-answering10K<n<100K1 likes32 downloads3y agoHugging Face12Thaweewat /databricks-dolly-15k-th Summary This is a Thai 🇹🇭-instructed dataset translated from databricks-dolly-15k using Google Cloud Translation. databricks-dolly-15k is an open-source dataset of instruction-following records generated by thousands of Databricks employees in several behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic… See the full description on the dataset page: https://huggingface.co/datasets/Thaweewat/databricks-dolly-15k-th.textquestion-answering10K<n<100K2 likes30 downloads3y agoHugging Face13Suchinthana /databricks-dolly-15k-tamiltextquestion-answering10K<n<100K0 likes30 downloads3y agoHugging Face14ramachetan22 /transformed_JSON_databricks-dolly-15k.jsonl Transformed Databricks-Dolly-15k Dataset Summary The Transformed Databricks-Dolly-15k dataset is a modification of the original open-source dataset created by Databricks employees, designed to facilitate instruction-following abilities in large language models (LLMs). This version has been specifically adapted to include responses in a JSON format, enhancing its utility for tasks requiring structured output. Modifications The primary transformation applied to… See the full description on the dataset page: https://huggingface.co/datasets/ramachetan22/transformed_JSON_databricks-dolly-15k.jsonl.textquestion-answering10K<n<100K0 likes28 downloads3y agoHugging Face15chimbiwide /databricks-thinking databricks-thinking Created by extracing the questions from the [databricks-dolly] dataset and using Qwen3-14b to synthetically generate reasoning traces and answers. The whole process took 1 day 23 hours 18 minuntes and 8 seconds Why we created this dataset The vast majority of publicly available datasets comes from large models such as DeepSeek R1. The issue with using these large models are obvious: the reasoning traces are extremely long, often longer than the actual… See the full description on the dataset page: https://huggingface.co/datasets/chimbiwide/databricks-thinking.textquestion-answering10K<n<100K0 likes27 downloads9mo agoHugging Face16Inversta /rationale-databricks-dolly-cqa Dataset Overview Filtered and annotated version of the closed-question answering part (~1.5k datapoints) of the Databricks Dolly Dataset intended for the task of rationale extraction. Citation @article{pirenne2024exploration, title={Exploration of Closed-Domain Question Answering Explainability Methods With a Sentence-Level Rationale Dataset}, author={Pirenne, Lize and Mokeddem, Samy and Ernst, Damien and Louppe, Gilles}, year={2024} }… See the full description on the dataset page: https://huggingface.co/datasets/Inversta/rationale-databricks-dolly-cqa.tabularquestion-answering1K<n<10K1 likes21 downloads2y agoHugging Face17nlpai-lab /databricks-dolly-15k-kogatedKorean translation of databricks-dolly-15k via the DeepL API Note: There are cases where multilingual data has been converted to monolingual data during batch translation to Korean using the API. Below is databricks-dolly-15k's README. Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification… See the full description on the dataset page: https://huggingface.co/datasets/nlpai-lab/databricks-dolly-15k-ko.textquestion-answering10K<n<100K31 likes20 downloads3y agoHugging Face18jtatman /databricks-dolly-8k-qa-open-closetextsummarization1K<n<10K0 likes19 downloads3y agoHugging Face19sonny-dev /databricks-minitextquestion-answering10K<n<100K0 likes18 downloads2y agoHugging Face20w95 /databricks-dolly-15k-azThis dataset is a machine-translated version of databricks-dolly-15k.jsonl into Azerbaijani. Dataset size is 8k. Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose… See the full description on the dataset page: https://huggingface.co/datasets/w95/databricks-dolly-15k-az.textquestion-answering1K<n<10K3 likes17 downloads3y agoHugging Face21faur-ai /ro-databricks-dollyThis dataset is the translated databricks-dolly-15k instruct dataset using LLMic, a bilingual Romanian-English LLM. databricks-dolly-15k an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or… See the full description on the dataset page: https://huggingface.co/datasets/faur-ai/ro-databricks-dolly.textquestion-answering10K<n<100K1 likes16 downloads1y agoHugging Face22Nyooti /databricks-dolly-15k Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported… See the full description on the dataset page: https://huggingface.co/datasets/Nyooti/databricks-dolly-15k.textquestion-answering10K<n<100K0 likes14 downloads5mo agoHugging Face23sdffdxsf-vze1 /databricks-dolly-15k Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported… See the full description on the dataset page: https://huggingface.co/datasets/sdffdxsf-vze1/databricks-dolly-15k.textquestion-answering10K<n<100K0 likes12 downloads6mo agoHugging Face24Sadanto3933 /databricks-sft-15ktextquestion-answering10K<n<100K3 likes11 downloads2y agoHugging Face25Helllloooo7919 /databricks-dolly-15k Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported… See the full description on the dataset page: https://huggingface.co/datasets/Helllloooo7919/databricks-dolly-15k.textquestion-answering10K<n<100K0 likes11 downloads6mo agoHugging Face26zidankhan /databricks-dolly-15k Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported… See the full description on the dataset page: https://huggingface.co/datasets/zidankhan/databricks-dolly-15k.textquestion-answering10K<n<100K1 likes9 downloads10mo agoHugging Face27BUNNY6472 /databricks-dolly-15k Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported… See the full description on the dataset page: https://huggingface.co/datasets/BUNNY6472/databricks-dolly-15k.textquestion-answering10K<n<100K0 likes8 downloads5mo agoHugging Face28calvinJagare /databricks-dolly-15k Summary databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA, and summarization. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported… See the full description on the dataset page: https://huggingface.co/datasets/calvinJagare/databricks-dolly-15k.textquestion-answering10K<n<100K0 likes8 downloads5mo agoHugging Face29Vishva007 /Databricks-Dolly-4k Databricks-Dolly-4k The resulting dataset contains 4000 samples of the databricks/databricks-dolly-15k dataset. This split of an even smaller subset is provided for very fast experimentation and evaluation of models when computational resources are highly limited or for quick prototyping. Dataset Structure The dataset is provided as a DatasetDict with the following splits: train: Contains 4000 samples. Each split contains the following features, identical to the… See the full description on the dataset page: https://huggingface.co/datasets/Vishva007/Databricks-Dolly-4k.texttable-question-answering1K<n<10K0 likes7 downloads1y agoHugging Face30Vishva007 /Databricks-Dolly-8k Databricks-Dolly-8k The resulting dataset contains 8000 samples of the databricks/databricks-dolly-15k dataset. This split of an even smaller subset is provided for very fast experimentation and evaluation of models when computational resources are highly limited or for quick prototyping. Dataset Structure The dataset is provided as a DatasetDict with the following splits: train: Contains 8000 samples. Each split contains the following features, identical to the… See the full description on the dataset page: https://huggingface.co/datasets/Vishva007/Databricks-Dolly-8k.texttable-question-answering1K<n<10K0 likes7 downloads1y agoHugging Face

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