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 /databricks-dolly-15k-curated-en Guidelines In this dataset, you will find a collection of records that show a category, an instruction, a context and a response to that instruction. The aim of the project is to correct the instructions, intput and responses to make sure they are of the highest quality and that they match the task category that they belong to. All three texts should be clear and include real information. In addition, the response should be as complete but concise as possible. To curate the dataset… See the full description on the dataset page: https://huggingface.co/datasets/argilla/databricks-dolly-15k-curated-en.text10K<n<100K45 likes35k downloads3y agoHugging Face02HuggingFaceH4 /databricks_dolly_15k Dataset Card for 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… See the full description on the dataset page: https://huggingface.co/datasets/HuggingFaceH4/databricks_dolly_15k.text10K<n<100K23 likes3.7k downloads3y agoHugging Face03argilla /databricks-dolly-15k-curated-multilingual Dataset Card for "databricks-dolly-15k-curated-multilingual" A curated and multilingual version of the Databricks Dolly instructions dataset. It includes a programmatically and manually corrected version of the original en dataset. See below. STATUS: Currently, the original Dolly v2 English version has been curated combining automatic processing and collaborative human curation using Argilla (~400 records have been manually edited and fixed). The following graph shows a summary… See the full description on the dataset page: https://huggingface.co/datasets/argilla/databricks-dolly-15k-curated-multilingual.texttext-generation10K<n<100K54 likes493 downloads3y agoHugging Face04bowang0911 /databricks-qa-ja License & Attribution MTEB-format derivative of yulanfmy/databricks-qa-ja (Japanese Databricks/Dolly-style technical QA). Query = question; corpus = answer. Licensed under CC-BY-SA-3.0 (same as source). tabulartext-retrieval1K<n<10K0 likes329 downloads3mo agoHugging Face05Alberto1231 /databricks_dolly_15k Databricks Dolly task samples Standalone task subsets derived from databricks/databricks-dolly-15k at revision bdd27f4d94b9c1f951818a7da7fd7aeea5dbff1a: general_qa (source category: general_qa) open_qa (source category: open_qa) closed_qa (source category: closed_qa) brainstorm (source category: brainstorming) classify (source category: classification) extract_information (source category: information_extraction) summarize (source category: summarization) creative_writing… See the full description on the dataset page: https://huggingface.co/datasets/Alberto1231/databricks_dolly_15k.tabulartext-generationn<1K0 likes107 downloads2mo agoHugging Face06vietgpt /databricks_dolly15k_entext10K<n<100K0 likes71 downloads3y agoHugging Face07dariolopez /Llama-2-databricks-dolly-oasst1-es-lower-1024-tokens Llama-2-databricks-dolly-oasst1-es-lower-1024-tokens Union of https://huggingface.co/datasets/dariolopez/Llama-2-databricks-dolly-es and https://huggingface.co/datasets/dariolopez/Llama-2-oasst1-es Filtering of texts with less than 1024 tokens. text10K<n<100K0 likes59 downloads3y agoHugging Face08aaditya /databricks-dolly-15k-Hinglish-Codemix Summary aaditya/databricks-dolly-15k-Hindi is an open source Hinglish-Codemix version dataset of databricks/databricks-dolly-15k. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported License. Supported Tasks: Training LLMs Synthetic Data Generation Data Augmentation Languages: Hindi Version: 1.0 Original Dataset repo… See the full description on the dataset page: https://huggingface.co/datasets/aaditya/databricks-dolly-15k-Hinglish-Codemix.text10K<n<100K2 likes44 downloads3y agoHugging Face09aaqibsaeed /databricks-dolly-15k-urThis dataset was created by translating "databricks-dolly-15k.jsonl" into Urdu. It is licensed under CC BY 3.0. .اس ڈیٹا سیٹ کو "ڈیٹابرکس-ڈولی" کو اردو میں ترجمہ کرکے تیار کیا گیا تھا databricks-dolly-15k https://github.com/databrickslabs/dolly/tree/master/data text10K<n<100K2 likes41 downloads3y agoHugging Face10nahsa /databricks_dolly_15k Dataset Card for 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… See the full description on the dataset page: https://huggingface.co/datasets/nahsa/databricks_dolly_15k.text10K<n<100K0 likes40 downloads7d agoHugging Face11HachiML /databricks-dolly-15k-ja-alpaca-formatThis dataset is a translation of "databricks-dolly-15k-ja", which was created by automatically translating "databricks-dolly-15k" into Japanese, into input and output formats. This dataset is licensed under CC BY SA 3.0 Last Update : 2023-06-15 databricks-dolly-15k-ja https://github.com/kunishou/databricks-dolly-15k-ja databricks-dolly-15k https://github.com/databrickslabs/dolly/tree/master/data text10K<n<100K0 likes38 downloads3y agoHugging Face12manishiitg /databricks-databricks-dolly-15ktext10K<n<100K0 likes37 downloads3y agoHugging Face13Felladrin /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 likes36 downloads3y agoHugging Face14dariolopez /Llama-2-databricks-dolly-oasst1-es-lower-512-tokens Llama-2-databricks-dolly-oasst1-es-lower-512-tokens Union of https://huggingface.co/datasets/dariolopez/Llama-2-databricks-dolly-es and https://huggingface.co/datasets/dariolopez/Llama-2-oasst1-es Filtering of texts with less than 512 tokens. text10K<n<100K0 likes35 downloads3y agoHugging Face15dvilasuero /databricks-dolly-15k-es-deepl Dataset Card for "databricks-dolly-15k-es-deepl" More Information needed text10K<n<100K2 likes33 downloads3y agoHugging Face16TheFactoryX /edition_0308_argilla-databricks-dolly-15k-curated-en-readymade edition_0308_argilla-databricks-dolly-15k-curated-en-readymade A Readymade by TheFactoryX Original Dataset argilla/databricks-dolly-15k-curated-en Process This dataset is a "readymade" - inspired by Marcel Duchamp's concept of taking everyday objects and recontextualizing them as art. What we did: Selected the original dataset from Hugging Face Shuffled each column independently Destroyed all row-wise relationships Preserved structure, removed meaning The… See the full description on the dataset page: https://huggingface.co/datasets/TheFactoryX/edition_0308_argilla-databricks-dolly-15k-curated-en-readymade.textn<1K0 likes32 downloads11mo agoHugging Face17Thaweewat /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 likes31 downloads3y agoHugging Face18GenAIDevTOProd /databricks-dolly15k-semantic-complexity Databricks - Dolly 15k – Enriched Variant (Instruction-Tuned with Semantic and Complexity Augmentation) Overview This dataset is a semantically enriched and complexity-aware extension of the original Databricks Dolly 15k, purpose-built for evaluating and training instruction-following models. Each sample is augmented with additional signals to enable more nuanced filtering, curriculum learning, and benchmark development across diverse NLP tasks. Dataset Format Each… See the full description on the dataset page: https://huggingface.co/datasets/GenAIDevTOProd/databricks-dolly15k-semantic-complexity.tabular10K<n<100K1 likes30 downloads1y agoHugging Face19Suchinthana /databricks-dolly-15k-tamiltextquestion-answering10K<n<100K0 likes29 downloads3y agoHugging Face20geniacllm /databricks-dolly-15k-askllm-v1 databricks-dolly-15k-askllm-v1 データセット databricks/databricks-dolly-15k に対して、 Ask-LLM 手法でスコア付けしたデータセットです。 元データセットのカラムに加え askllm_score というカラムが追加されており、ここに Ask-LLM のスコアが格納されています。 Ask-LLM でスコア付けに使用した LLM は Rakuten/RakutenAI-7B-instruct で、プロンプトは以下の通りです。 ### {data} ### Does the previous paragraph demarcated within ### and ### contain informative signal for pre-training a large-language model? An informative datapoint should be well-formatted, contain some usable knowledge of the world, and… See the full description on the dataset page: https://huggingface.co/datasets/geniacllm/databricks-dolly-15k-askllm-v1.text10K<n<100K0 likes29 downloads2y agoHugging Face21dariolopez /Llama-2-databricks-dolly-oasst1-es-lower-2048-tokens Llama-2-databricks-dolly-oasst1-es-lower-2048-tokens Union of https://huggingface.co/datasets/dariolopez/Llama-2-databricks-dolly-es and https://huggingface.co/datasets/dariolopez/Llama-2-oasst1-es Filtering of texts with less than 2048 tokens. text10K<n<100K0 likes28 downloads3y agoHugging Face22TheFactoryX /edition_0197_argilla-databricks-dolly-15k-curated-en-readymade edition_0197_argilla-databricks-dolly-15k-curated-en-readymade A Readymade by TheFactoryX Original Dataset argilla/databricks-dolly-15k-curated-en Process This dataset is a "readymade" - inspired by Marcel Duchamp's concept of taking everyday objects and recontextualizing them as art. What we did: Selected the original dataset from Hugging Face Shuffled each column independently Destroyed all row-wise relationships Preserved structure, removed meaning The… See the full description on the dataset page: https://huggingface.co/datasets/TheFactoryX/edition_0197_argilla-databricks-dolly-15k-curated-en-readymade.textn<1K0 likes28 downloads11mo agoHugging Face23aaditya /databricks-dolly-15k-Hindi Summary aaditya/databricks-dolly-15k-Hindi is an open source Hindi version dataset of databricks/databricks-dolly-15k. This dataset can be used for any purpose, whether academic or commercial, under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported License. Supported Tasks: Training LLMs Synthetic Data Generation Data Augmentation Languages: Hindi Version: 1.0 Original Dataset repo… See the full description on the dataset page: https://huggingface.co/datasets/aaditya/databricks-dolly-15k-Hindi.text10K<n<100K1 likes27 downloads3y agoHugging Face24TheFactoryX /edition_0222_argilla-databricks-dolly-15k-curated-en-readymade edition_0222_argilla-databricks-dolly-15k-curated-en-readymade A Readymade by TheFactoryX Original Dataset argilla/databricks-dolly-15k-curated-en Process This dataset is a "readymade" - inspired by Marcel Duchamp's concept of taking everyday objects and recontextualizing them as art. What we did: Selected the original dataset from Hugging Face Shuffled each column independently Destroyed all row-wise relationships Preserved structure, removed meaning The… See the full description on the dataset page: https://huggingface.co/datasets/TheFactoryX/edition_0222_argilla-databricks-dolly-15k-curated-en-readymade.textn<1K0 likes27 downloads11mo agoHugging Face25TheFactoryX /edition_0723_argilla-databricks-dolly-15k-curated-en-readymade edition_0723_argilla-databricks-dolly-15k-curated-en-readymade A Readymade by TheFactoryX Original Dataset argilla/databricks-dolly-15k-curated-en Process This dataset is a "readymade" - inspired by Marcel Duchamp's concept of taking everyday objects and recontextualizing them as art. What we did: Selected the original dataset from Hugging Face Shuffled each column independently Destroyed all row-wise relationships Preserved structure, removed meaning The… See the full description on the dataset page: https://huggingface.co/datasets/TheFactoryX/edition_0723_argilla-databricks-dolly-15k-curated-en-readymade.textn<1K0 likes27 downloads10mo agoHugging Face26wenqiglantz /databricks-dolly-1kThis is a subset (1000 samples) of databricks/databricks-dolly-15k dataset, processed to match Mistral-7B-instruct-v0.2's prompt format. It was created using the colab notebook. text1K<n<10K0 likes26 downloads3y agoHugging Face27Post-training-Data-Flywheel /databricks-dolly-15ktext10K<n<100K0 likes26 downloads2y agoHugging Face28TheFactoryX /edition_0787_argilla-databricks-dolly-15k-curated-en-readymade edition_0787_argilla-databricks-dolly-15k-curated-en-readymade A Readymade by TheFactoryX Original Dataset argilla/databricks-dolly-15k-curated-en Process This dataset is a "readymade" - inspired by Marcel Duchamp's concept of taking everyday objects and recontextualizing them as art. What we did: Selected the original dataset from Hugging Face Shuffled each column independently Destroyed all row-wise relationships Preserved structure, removed meaning The… See the full description on the dataset page: https://huggingface.co/datasets/TheFactoryX/edition_0787_argilla-databricks-dolly-15k-curated-en-readymade.textn<1K0 likes26 downloads10mo agoHugging Face29fn-aka-mur /databricks-dolly-15k-ja-reformat-v1This is a reformatted version of kunishou/databricks-dolly-15k-ja. If you use this dataset, please cite the original dataset as well. text10K<n<100K0 likes25 downloads3y agoHugging Face30TheFactoryX /edition_0660_argilla-databricks-dolly-15k-curated-en-readymade edition_0660_argilla-databricks-dolly-15k-curated-en-readymade A Readymade by TheFactoryX Original Dataset argilla/databricks-dolly-15k-curated-en Process This dataset is a "readymade" - inspired by Marcel Duchamp's concept of taking everyday objects and recontextualizing them as art. What we did: Selected the original dataset from Hugging Face Shuffled each column independently Destroyed all row-wise relationships Preserved structure, removed meaning The… See the full description on the dataset page: https://huggingface.co/datasets/TheFactoryX/edition_0660_argilla-databricks-dolly-15k-curated-en-readymade.textn<1K0 likes24 downloads10mo agoHugging Face

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