CoolFace
11 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-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 likes507 downloads3y agoHugging Face02Alberto1231 /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 likes117 downloads2mo agoHugging Face03davidquicast /databricks-dolly-15k-esTranslated with googletrans==3.1.0a0 from original dataset *part of the data (up to 600) was lost during the translation license: apache-2.0 texttext-generation10K<n<100K3 likes34 downloads3y agoHugging Face04Felladrin /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 Face05Sharathhebbar24 /databricks-dolly-15k Databricks-dolly This is a cleansed version of databricks/databricks-dolly-15k Usage from datasets import load_dataset dataset = load_dataset("Sharathhebbar24/databricks-dolly-15k", split="train") texttext-generation10K<n<100K0 likes15 downloads3y agoHugging Face06GreenNode /SFT_databricks_dolly_15k Preparing Your Dataset Once you’ve decided that fine-tuning is the best approach—after optimizing your prompt as much as possible and identifying remaining model issues—you’ll need to prepare training data. Start by creating a diverse set of example conversations that mirror those the model will handle during production. Each example should follow this structure below, consisting of a list of messages. Each message must include a role, content, and an optional name. Make sure some… See the full description on the dataset page: https://huggingface.co/datasets/GreenNode/SFT_databricks_dolly_15k.texttext-generation10K<n<100K0 likes15 downloads2y agoHugging Face07MagicaNeko /databricks-dolly-1k Databricks Dolly 1k 1092 instruction examples taken from the original databricks/databricks-dolly-15k. Filtered to open/closed/general QA category Ready to plug straight into SFTTrainer, Unsloth, Llama-factory etc Example ### Instruction: When did Virgin Australia start operating? ### Context: Virgin Australia, the trading name of Virgin Australia Airlines Pty Ltd ... ### Response: Virgin Australia commenced services on 31 August 2000 as Virgin Blue, with two aircraft… See the full description on the dataset page: https://huggingface.co/datasets/MagicaNeko/databricks-dolly-1k.texttext-generation1K<n<10K0 likes13 downloads10mo agoHugging Face08Vishaltiwari2019 /textGen-databricks-dollytexttext-generation10K<n<100K4 likes12 downloads2y agoHugging Face09Vishva007 /Databricks-Dolly-6k Databricks-Dolly-8k The resulting dataset contains 6000 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 6000 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-6k.texttable-question-answering1K<n<10K0 likes8 downloads1y agoHugging Face10Vishva007 /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 Face11Vishva007 /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 likes6 downloads1y agoHugging Face

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