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
01MERaLiON /Multitask-National-Speech-Corpus-v1Multitask-National-Speech-Corpus (MNSC v1) is derived from IMDA's NSC Corpus. MNSC is a multitask speech understanding dataset derived and further annotated from IMDA NSC Corpus. It focuses on the knowledge of Singapore's local accent, localised terms, and code-switching. ASR: Automatic Speech Recognition SQA: Speech Question Answering SDS: Spoken Dialogue Summarization PQA: Paralinguistic Question Answering from datasets import load_dataset data =… See the full description on the dataset page: https://huggingface.co/datasets/MERaLiON/Multitask-National-Speech-Corpus-v1.audio10M<n<100M22 likes31k downloads2y agoHugging Face02AlienKevin /Multi-SWE-smith-taskstext100K<n<1M0 likes7.2k downloads9mo agoHugging Face03AudioLLMs /Multitask-National-Speech-Corpus-v1-extendaudio10M<n<100M5 likes6.4k downloads1y agoHugging Face04BByrneLab /multi_task_multi_modal_knowledge_retrieval_benchmark_M2KR PreFLMR M2KR Dataset Card Dataset details Dataset type: M2KR is a benchmark dataset for multimodal knowledge retrieval. It contains a collection of tasks and datasets for training and evaluating multimodal knowledge retrieval models. We pre-process the datasets into a uniform format and write several task-specific prompting instructions for each dataset. The details of the instruction can be found in the paper. The M2KR benchmark contains three types of tasks:… See the full description on the dataset page: https://huggingface.co/datasets/BByrneLab/multi_task_multi_modal_knowledge_retrieval_benchmark_M2KR.tabular10M<n<100M10 likes6.3k downloads1y agoHugging Face05BByrneLab /multi_task_multi_modal_knowledge_retrieval_benchmark_M2KR_CN PreFLMR M2KR Dataset Card Dataset details Dataset type: M2KR is a benchmark dataset for multimodal knowledge retrieval. It contains a collection of tasks and datasets for training and evaluating multimodal knowledge retrieval models. We pre-process the datasets into a uniform format and write several task-specific prompting instructions for each dataset. The details of the instruction can be found in the paper. The M2KR benchmark contains three types of tasks:… See the full description on the dataset page: https://huggingface.co/datasets/BByrneLab/multi_task_multi_modal_knowledge_retrieval_benchmark_M2KR_CN.tabular1M<n<10M0 likes1.1k downloads2y agoHugging Face06seedboxai /multitask_german_examples_32ktabular100K<n<1M15 likes517 downloads3y agoHugging Face07Kowsher /multitask_vqa_benchmarkThis dataset is a part of . 🍈 MMT-47: Multimodal Multi-Task Benchmark 47 Tasks · 7 Categories · 3 Modalities (Image, Video, Text) Cite our ICML-2026 paper for this dataset @article{kowsher2026lime, title={LiME: Lightweight Mixture of Experts for Efficient Multimodal Multi-task Learning}, author={Kowsher, Md and Mansoor, Haris and Prottasha, Nusrat Jahan and Garibay, Ozlem and Zhu, Victor and Ji, Zhengping and Chen, Chen}, journal={arXiv preprint… See the full description on the dataset page: https://huggingface.co/datasets/Kowsher/multitask_vqa_benchmark.image10K<n<100K0 likes334 downloads4mo agoHugging Face08PreFLMR /multi_task_multi_modal_knowledge_retrieval_benchmark_M2KRtext10M<n<100M0 likes308 downloads2y agoHugging Face09WaltonFuture /VQA-MultiTaskimage100K<n<1M1 likes280 downloads1y agoHugging Face10Lots-of-LoRAs /task1577_amazon_reviews_multi_japanese_language_classification Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1577_amazon_reviews_multi_japanese_language_classification Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task1577_amazon_reviews_multi_japanese_language_classification.texttext-generationn<1K0 likes163 downloads2y agoHugging Face11golamrob /coastal-multitask-380 Coastal & Rural Bangladesh — Multi-Task Visual Dataset 379 field photographs (JPEG, native resolution as shot — see classification/metadata.csv for per-image width/height) collected on foot along the Bakkhali river embankment and surrounding villages/farmland near Cox's Bazar, Bangladesh, structured into three ML-task "levels": classification, semantic segmentation, and change detection. Source: huggingface data 06 (Golam Rob / Tawhid Enterprise photo collection).… See the full description on the dataset page: https://huggingface.co/datasets/golamrob/coastal-multitask-380.imageimage-classificationn<1K0 likes158 downloads6d agoHugging Face12xingqiang /GPRadar-Defect-MultiTask GPRadar-Defect-MultiTask 数据集 本仓库包含用于微调PaLI-GEMMA多模态模型的地质雷达(GPR)缺陷检测数据集。该数据集专注于地下结构中的空洞和裂缝检测与分析。 数据集结构 数据集组织如下: dataset/ ├── annotations/ - 包含JSON和JSONL格式的标注文件 │ ├── _annotations.train.jsonl - 训练集标注 │ ├── _annotations.valid.jsonl - 验证集标注 │ ├── _annotations.test.jsonl - 测试集标注 │ ├── p-1.v1i.paligemma/ - 主数据集元数据 │ └── p-1.v1i.paligemma-multimodal/ - 多模态数据集元数据 ├── images/ - 包含所有图像文件 特点 包含874张带注释的地质雷达扫描图像 图像预处理为640x640像素大小 支持多种任务类型:缺陷检测、位置定位和描述生成… See the full description on the dataset page: https://huggingface.co/datasets/xingqiang/GPRadar-Defect-MultiTask.imageobject-detection1K<n<10K0 likes148 downloads2y agoHugging Face13mesolitica /Sampling-Multitask-National-Speech-Corpus-v1 Sampling Multitask-National-Speech-Corpus-v1 Original dataset from https://huggingface.co/datasets/MERaLiON/Multitask-National-Speech-Corpus-v1, we only take Part 3 and do sampling. how to prepare the dataset huggingface-cli download \ mesolitica/Sampling-Multitask-National-Speech-Corpus-v1 \ --include "*.zip" \ --repo-type "dataset" \ --local-dir './' wget… See the full description on the dataset page: https://huggingface.co/datasets/mesolitica/Sampling-Multitask-National-Speech-Corpus-v1.audio100K<n<1M0 likes124 downloads1y agoHugging Face14Lots-of-LoRAs /task638_multi_woz_classification Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task638_multi_woz_classification Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks}… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task638_multi_woz_classification.texttext-generation1K<n<10K0 likes98 downloads2y agoHugging Face15bigstupidhats /dynasample_multitasks_cleantabular1M<n<10M0 likes98 downloads2y agoHugging Face16LiZHENGzai /GPRadar-Defect-MultiTask GPRadar-Defect-MultiTask 数据集 本仓库包含用于微调PaLI-GEMMA多模态模型的地质雷达(GPR)缺陷检测数据集。该数据集专注于地下结构中的空洞和裂缝检测与分析。 数据集结构 数据集组织如下: dataset/ ├── annotations/ - 包含JSON和JSONL格式的标注文件 │ ├── _annotations.train.jsonl - 训练集标注 │ ├── _annotations.valid.jsonl - 验证集标注 │ ├── _annotations.test.jsonl - 测试集标注 │ ├── p-1.v1i.paligemma/ - 主数据集元数据 │ └── p-1.v1i.paligemma-multimodal/ - 多模态数据集元数据 ├── images/ - 包含所有图像文件 特点 包含874张带注释的地质雷达扫描图像 图像预处理为640x640像素大小 支持多种任务类型:缺陷检测、位置定位和描述生成… See the full description on the dataset page: https://huggingface.co/datasets/LiZHENGzai/GPRadar-Defect-MultiTask.imageobject-detection1K<n<10K0 likes93 downloads6mo agoHugging Face17awni00 /multi-strategy-algorithmic-tasks Multi-Strategy Algorithmic Tasks A synthetic benchmark of parseable algorithmic problems with multiple valid solution strategies for each task. Each example contains a problem,a strategy-specific solution trace, and the strategy used to generate that trace. The benchmark accompanies Uncovering Latent Reasoning Strategies in Language Models, which studies the problem of recovering mixtures of strategies implicitly represented in language models. The benchmark provides a… See the full description on the dataset page: https://huggingface.co/datasets/awni00/multi-strategy-algorithmic-tasks.texttext-generation1M<n<10M0 likes81 downloads2mo agoHugging Face18Lakshan2003 /customer_service_client_agent_conversations_40k_multi_task Dataset Card for "customer_service_client_agent_conversations_40k_multi_task" More Information needed tabular10K<n<100K4 likes80 downloads1y agoHugging Face19vicgalle /configurable-system-prompt-multitask Configurable System Prompt Multi-task Dataset 🛞 We release the synthetic dataset for the multi-task experiments from the paper "Configurable Safety Tuning of Language Models with Synthetic Preference Data", https://huggingface.co/papers/2404.00495. This dataset has two sources for the examples: Self-critique on a safety task from Harmful Behaviours, using the SOLAR-Instruct model. It employs two system prompts to learn the different behaviors: You are a helpful yet harmless… See the full description on the dataset page: https://huggingface.co/datasets/vicgalle/configurable-system-prompt-multitask.texttext-generation1K<n<10K29 likes71 downloads2y agoHugging Face20TaskPuppyAI /lunamax-multitask-programming-1000 LunaMax Multitask Programming 1000 A 1,000-record synthetic multitask programming dataset generated with ChatGPT LunaMax. The recovered dataset combines code review, implementation, bug and severity classification, and strict output-contract tasks across multiple programming languages. The historical source shards were reviewed with ChatGPT 5.6 Sol High according to dataset creator confirmation. During Hugging Face publication preparation, all 1,000 records received a new… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/lunamax-multitask-programming-1000.text1K<n<10K0 likes69 downloads15d agoHugging Face21kaustubhg73 /multilingual-multitask-refusal Multilingual Multitask Refusal A multilingual, multitask prompt dataset for analysing refusal behaviour across language, task wrapper, and harmful / harmless labels. English seed spans and labels come from the previous Multitask Multilingual Refusal dataset. Non-English content is produced with Google Sheets GOOGLETRANSLATE. Task instructions are language-localized via templates_localized.json. Rows 211,320 English seeds 1,761 Languages 15 Tasks 8 Product 1… See the full description on the dataset page: https://huggingface.co/datasets/kaustubhg73/multilingual-multitask-refusal.texttext-generation100K<n<1M0 likes62 downloads13d agoHugging Face22Lelonthecodeur /multi-task-dataset Multi-Task Dataset Description A large-scale multi-task dataset designed for training and evaluating AI models across reasoning, mathematics, code, research, verification, data analysis, and general problem solving. Content 100,000,001 examples 20+ task families English + French Train / Validation / Test splits Structured reasoning and verification signals Multiple difficulty levels OOD and generalization-oriented examples Dataset… See the full description on the dataset page: https://huggingface.co/datasets/Lelonthecodeur/multi-task-dataset.tabular100M<n<1B2 likes61 downloads4d agoHugging Face23Cache-SCA /UR7e_CaP_MultiTask_300epi_10fps UR7e CaP MultiTask 300epi 10fps This is a public LeRobot v3.0 multi-task dataset for UR7e Code-as-Policies manipulation. It merges three 100-episode 10fps datasets into one 300-episode training corpus while preserving the original numeric observations, actions, and task labels. The final uploaded copy stores all videos as 10fps H.264 MP4 files. Dataset Summary Robot: ur7e Format: LeRobot v3.0 FPS: 10 Episodes: 300 Frames: 152,926 Cameras:… See the full description on the dataset page: https://huggingface.co/datasets/Cache-SCA/UR7e_CaP_MultiTask_300epi_10fps.tabularrobotics100K<n<1M0 likes59 downloads4mo agoHugging Face24LoserLi /MultiTasks-v2 MultiTasks-v2 MultiTasks-v2 is a collection of twelve multimodal benchmark subsets normalized into a shared image-question-answer format. Each subset provides a train split and a test split. Dataset Structure Each example contains: id: a unique sample identifier in the form {Dataset}_{split}_{index}. images: a list containing one image. Images are stored as JPEG bytes. problem: the prompt shown to the model. answer: the target answer. RefAdv is the only subset… See the full description on the dataset page: https://huggingface.co/datasets/LoserLi/MultiTasks-v2.image10K<n<100K1 likes57 downloads4mo agoHugging Face25wcarvalho /Multitask_Preplay_Craftax_models Multitask Preplay — craftax model data Data for the paper "Multitask Preplay" (PNAS). Analysis code: https://github.com/wcarvalho/multitask_preplay (branch pnas). Splits: qlearning, usfa, dyna, preplay, her, greedy_euclidean, memory_based_euclidean. Each split is also available as a top-level parquet file. tabular1K<n<10K0 likes56 downloads3mo agoHugging Face26Bedru /multi-task-amharic-prompt-settextn<1K0 likes55 downloads1mo agoHugging Face27rntc /tmp-multitask-en-clinical Dataset Card for "tmp-multitask-en-clinical" More Information needed text100K<n<1M0 likes52 downloads1y agoHugging Face28wcarvalho /Multitask_Preplay_JaxMaze_models Multitask Preplay — jaxmaze model data Data for the paper "Multitask Preplay" (PNAS). Analysis code: https://github.com/wcarvalho/multitask_preplay (branch pnas). Splits: qlearning, usfa, dyna, preplay, her, bfs, dfs, greedy_euclidean, memory_based_euclidean. Each split is also available as a top-level parquet file. tabular10K<n<100K0 likes51 downloads3mo agoHugging Face29chronbmm /sanskrit-multitask-devanagaritext1M<n<10M0 likes49 downloads2y agoHugging Face30fuyyy74 /SR-MultiTasktext10K<n<100K0 likes47 downloads3mo agoHugging Face

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