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
01racineai /VDR_MEGA_MultiDomain_DocRetrieval Visual Document Retrieval Dataset Overview This dataset is designed for training visual document retrieval models. It combines multiple datasets from the VDR series, Colpali, and LlamaIndex to create the most comprehensive training resource for visual document retrieval tasks. Dataset Structure The dataset contains structured fields including unique identifiers with string lengths ranging from 45 to 50 characters, search query text with variable lengths between… See the full description on the dataset page: https://huggingface.co/datasets/racineai/VDR_MEGA_MultiDomain_DocRetrieval.imagevisual-document-retrieval1M<n<10M24 likes68k downloads6mo agoHugging Face02SWE-bench /SWE-bench_Multilingual SWE-bench Multilingual Dataset Summary SWE-bench Multilingual is a dataset that tests systems' ability to resolve real-world GitHub issues across a broad range of programming languages. The original SWE-bench is Python-only; this dataset extends the same task format to 9 languages drawn from 41 popular repositories. The dataset collects 300 test Issue-Pull Request pairs. Evaluation is performed by unit test verification, using post-PR behavior as the reference solution. The… See the full description on the dataset page: https://huggingface.co/datasets/SWE-bench/SWE-bench_Multilingual.textn<1K28 likes62k downloads1mo agoHugging Face03nuprl /MultiPL-E Dataset Card for MultiPL-E Dataset Summary MultiPL-E is a dataset for evaluating large language models for code generation that supports 22 programming languages. It takes the OpenAI HumanEval and the Mostly Basic Python Programs (MBPP) benchmarks and uses little compilers to translate them to other languages. It is easy to add support for new languages and benchmarks. The dataset is divided into several configurations named SRCDATA-LANG, where SRCDATA is either… See the full description on the dataset page: https://huggingface.co/datasets/nuprl/MultiPL-E.text10K<n<100K71 likes61k downloads1y agoHugging Face04nc33 /multispan_quoreftext10K<n<100K0 likes59k downloads4y agoHugging Face05nyu-mll /multi_nli Dataset Card for Multi-Genre Natural Language Inference (MultiNLI) Dataset Summary The Multi-Genre Natural Language Inference (MultiNLI) corpus is a crowd-sourced collection of 433k sentence pairs annotated with textual entailment information. The corpus is modeled on the SNLI corpus, but differs in that covers a range of genres of spoken and written text, and supports a distinctive cross-genre generalization evaluation. The corpus served as the basis for the shared task… See the full description on the dataset page: https://huggingface.co/datasets/nyu-mll/multi_nli.texttext-classification100K<n<1M121 likes47k downloads3y agoHugging Face06facebook /multilingual_librispeech Dataset Card for MultiLingual LibriSpeech Dataset Summary This is a streamable version of the Multilingual LibriSpeech (MLS) dataset. The data archives were restructured from the original ones from OpenSLR to make it easier to stream. MLS dataset is a large multilingual corpus suitable for speech research. The dataset is derived from read audiobooks from LibriVox and consists of 8 languages - English, German, Dutch, Spanish, French, Italian, Portuguese, Polish.… See the full description on the dataset page: https://huggingface.co/datasets/facebook/multilingual_librispeech.audioautomatic-speech-recognition1M<n<10M191 likes41k downloads2y agoHugging Face07MERaLiON /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 likes26k downloads2y agoHugging Face08SWE-bench-Live /MultiLangThis is the multi - language version of SWE-bench-Live (repository_link ; paper_link). We crawled GitHub issues as SWE tasks for coding agents to solve. We used RepoLaunch (repository_link) to setup docker images as the problem-solving sandboxes for each instance. Each split is task set of one language. Each split is filtered by prompting LLM -- a task instance is discarded if LLM cannot infer test patch from problem statement or problem statement contains solution (in NL or code).… See the full description on the dataset page: https://huggingface.co/datasets/SWE-bench-Live/MultiLang.text1K<n<10K0 likes25k downloads6d agoHugging Face09MultiTalk /MultiTalkFT MultiTalkFT Fine-tuning corpus for full-duplex multi-speaker dialogue. Schemas data_{zh,en}{,_multichannel}.jsonl (one record per line): field type description path string relative path to the audio file voice string relative path to speaker prompt duration float clip duration in seconds system string persona / system prompt transcripts/*.parquet: column type description audio_path string matches data_*.jsonl path idstring duration… See the full description on the dataset page: https://huggingface.co/datasets/MultiTalk/MultiTalkFT.audioaudio-to-audion<1K3 likes23k downloads5mo agoHugging Face10Helsinki-NLP /multiun Dataset Card for OPUS MultiUN Dataset Summary The MultiUN parallel corpus is extracted from the United Nations Website , and then cleaned and converted to XML at Language Technology Lab in DFKI GmbH (LT-DFKI), Germany. The documents were published by UN from 2000 to 2009. This is a collection of translated documents from the United Nations originally compiled by Andreas Eisele and Yu Chen (see http://www.euromatrixplus.net/multi-un/). This corpus is available in all 6… See the full description on the dataset page: https://huggingface.co/datasets/Helsinki-NLP/multiun.texttranslation100M<n<1B12 likes21k downloads3y agoHugging Face11SWE-bench /SWE-bench_Multimodal SWE-bench Multimodal Dataset Summary SWE-bench Multimodal is a dataset that tests systems' ability to resolve real-world GitHub issues in visual software domains. Unlike the original SWE-bench, which is Python-only and text-only, every task instance here comes from a JavaScript or TypeScript repository and carries at least one image asset — a screenshot, a screen recording, a diagram, or a rendering of incorrect output. The dataset collects 612 Issue-Pull Request pairs from 17… See the full description on the dataset page: https://huggingface.co/datasets/SWE-bench/SWE-bench_Multimodal.textn<1K13 likes20k downloads1mo agoHugging Face12NovaSky-AI /Multi-SWE-benchtext1K<n<10K0 likes12k downloads1y agoHugging Face13multilingual-discourse-hub /disrpt Disrpt is a multilingual, multi-framework unified discourse analysis benchmark. It unifies discourse relation classification tasks (.rels) and discourse segmentation (.connlu) for many languages. ⚠️ This repo only contains the disrpt dataset when the underlying data is permissively licensed. Some datasets rely on corpora like the PTB. To load these datasets, run the following: pip install disrpt-utils Then from disrpt_utils import load_dataset corpora_paths={ # ⚠️✍️ TODO Input… See the full description on the dataset page: https://huggingface.co/datasets/multilingual-discourse-hub/disrpt.text100K<n<1M3 likes12k downloads1y agoHugging Face14osunlp /Multimodal-Mind2Web Dataset Summary Multimodal-Mind2Web is the multimodal version of Mind2Web, a dataset for developing and evaluating generalist agents for the web that can follow language instructions to complete complex tasks on any website. In this dataset, we align each HTML document in the dataset with its corresponding webpage screenshot image from the Mind2Web raw dump. This multimodal version addresses the inconvenience of loading images from the ~300GB Mind2Web Raw Dump. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/osunlp/Multimodal-Mind2Web.image10K<n<100K99 likes10k downloads2y agoHugging Face15lightonai /multilingual-embeddings-pre-training-curated 📚 Collection | 📝 Multilingual Blog | 📝 English Blog Contrastive Multilingual Pre-Training 2.16B query–document pairs across eight languages, plus cross-lingual pairs mDenseOn | mLateOn | DenseOn | LateOn | PyLate | FastPlaid 🎯 TL;DR: The multilingual contrastive pre-training corpus used to train mDenseOn and mLateOn. It extends our curated English data recipe (embeddings-pre-training-curated) to French, German, Italian, Spanish, Portuguese, Swedish, Norwegian, and Arabic… See the full description on the dataset page: https://huggingface.co/datasets/lightonai/multilingual-embeddings-pre-training-curated.texttext-retrieval1B<n<10B5 likes9.5k downloads2mo agoHugging Face16PrimeIntellect /Multi-SWE-bench Multi-SWE-bench Re-upload of ByteDance's Multi-SWE-bench evaluation benchmark: 2,132 issue-resolving tasks across the seven Multi-SWE languages. This is the held-out eval benchmark; for RL training data use PrimeIntellect/Multi-SWE-RL-Verified. Changes vs upstream Storage schema only: per-test maps are stored as columnar struct-of-lists so the rows load cleanly with datasets. Row content is unchanged. License mirrors upstream: ByteDance licenses the dataset… See the full description on the dataset page: https://huggingface.co/datasets/PrimeIntellect/Multi-SWE-bench.texttext-generation1K<n<10K0 likes9.4k downloads3mo agoHugging Face17multimodal-reasoning-lab /Zebra-CoT Zebra‑CoT A diverse large-scale dataset for interleaved vision‑language reasoning traces. Dataset Description Zebra‑CoT is a diverse large‑scale dataset with 182,384 samples containing logically coherent interleaved text‑image reasoning traces across four major categories: scientific reasoning, 2D visual reasoning, 3D visual reasoning, and visual logic & strategic games. Dataset Structure Each example in Zebra‑CoT consists of: Problem statement:… See the full description on the dataset page: https://huggingface.co/datasets/multimodal-reasoning-lab/Zebra-CoT.imageany-to-any100K<n<1M78 likes9.2k downloads8mo agoHugging Face18princeton-nlp /SWE-bench_Multimodal SWE-bench Multimodal SWE-bench Multimodal is a dataset of 617 task instances that evalutes Language Models and AI Systems on their ability to resolve real world GitHub issues. To learn more about the dataset, please visit our website. More updates coming soon! textn<1K21 likes9.1k downloads2y agoHugging Face19HuggingFaceH4 /Multilingual-Thinking Dataset summary Multilingual-Thinking is a reasoning dataset where the chain-of-thought has been translated from English into one of 4 languages: Spanish, French, Italian, and German. The dataset was created by sampling 1k training samples from the SystemChat subset of SmolTalk2 and translating the reasoning traces with another language model. This dataset was used in the OpenAI Cookbook to fine-tune the OpenAI gpt-oss models. You can load the dataset using: from datasets import… See the full description on the dataset page: https://huggingface.co/datasets/HuggingFaceH4/Multilingual-Thinking.texttext-generation1K<n<10K118 likes8.9k downloads1y agoHugging Face20MultiTalk /MultiTalkPT MultiTalkPT Pre-training corpus for full-duplex spoken-dialogue models. Schemas data_{zh,en}.jsonl (one record per line): field type description path string relative path to the dialogue audio voice string relative path to the speaker prompt audio duration float dialogue duration in seconds system string persona / system prompt transcripts/*.parquet: column type description audio_path string matches data_*.jsonl path id string… See the full description on the dataset page: https://huggingface.co/datasets/MultiTalk/MultiTalkPT.audioaudio-to-audion<1K3 likes8.9k downloads5mo agoHugging Face21trl-internal-testing /zen-multi-imageimagen<1K1 likes8.3k downloads3mo agoHugging Face22AlienKevin /Multi-SWE-smith-taskstext100K<n<1M0 likes7.3k downloads10mo agoHugging Face23BByrneLab /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 likes7.2k downloads1y agoHugging Face24limingcv /MultiGen-20M_train Dataset Card for "MultiGen-20M_train" This dataset is constructed from UniControl, and used for evaluation of the paper ControlNet++: Improving Conditional Controls with Efficient Consistency Feedback ControlNet++ Github repository: https://github.com/liming-ai/ControlNet_Plus_Plus image1M<n<10M6 likes5.8k downloads2y agoHugging Face25allenai /IF_multi_constraints_upto5 Dataset This is the IF-RLVR training data, with up to 5 constraints per instruction. The constraints are sampled from IFEval (25) and IFBench-Train (29). License This dataset is licensed under ODC-BY-1.0. It is intended for research and educational use in accordance with Ai2's Responsible Use Guidelines. This dataset includes output data generated from third party models that are subject to separate terms governing their use. Citation Please cite:… See the full description on the dataset page: https://huggingface.co/datasets/allenai/IF_multi_constraints_upto5.text10K<n<100K27 likes5.8k downloads1y agoHugging Face26AudioLLMs /Multitask-National-Speech-Corpus-v1-extendaudio10M<n<100M5 likes5.8k downloads1y agoHugging Face27PrimeIntellect /Multi-SWE-RL-Verified Multi-SWE-RL-Verified Gold-patch-validated subset of PrimeIntellect/Multi-SWE-RL-Reupload (ByteDance's Multi-SWE-RL): 2,232 / 4,703 rows across C, Go, Java, JavaScript, Rust, and TypeScript that produce a clean reward signal end-to-end. Default dataset of the multiswe_v1 taskset. Changes vs upstream Starting from the 4,703-row re-upload: C++ dropped wholesale — 0/449 rows passed gold-patch validation in pass 1; the images are broken for scoring, not merely… See the full description on the dataset page: https://huggingface.co/datasets/PrimeIntellect/Multi-SWE-RL-Verified.tabulartext-generation1K<n<10K4 likes5.6k downloads3mo agoHugging Face28multimodalart /facesyntheticsspigacaptioned Dataset Card for "face_synthetics_spiga_captioned" This is a copy of the Microsoft FaceSynthetics dataset with SPIGA-calculated landmark annotations, and additional BLIP-generated captions. For a copy of the original FaceSynthetics dataset with no extra annotations, please refer to pcuenq/face_synthetics. Here is the code for parsing the dataset and generating the BLIP captions: from transformers import pipeline dataset_name = "pcuenq/face_synthetics_spiga" faces =… See the full description on the dataset page: https://huggingface.co/datasets/multimodalart/facesyntheticsspigacaptioned.image100K<n<1M35 likes5.6k downloads4y agoHugging Face29MultimodalUniverse /plasticc--- description: 'The Photometric LSST Astronomical Time-Series Classification Challenge (PLAsTiCC) is a community-wide challenge to spur development of algorithms to classify astronomical transients. The Large Synoptic Survey Telescope (LSST) will discover tens of thousands of transient phenomena every single night. To deal with this massive onset of data, automated algorithms to classify and sort astronomical transients are crucial. ' homepage: https://zenodo.org/records/2539456… See the full description on the dataset page: https://huggingface.co/datasets/MultimodalUniverse/plasticc.tabular1K<n<10K1 likes5.5k downloads2y agoHugging Face30takuM23 /multilingual_audio_alignments Multilingual MFA-Aligned Speech Dataset (UNDER DEVELOPMENT) A large-scale multilingual speech dataset with word-level and phoneme-level alignments produced using the Montreal Forced Aligner (MFA). Dataset Description This dataset consolidates multiple speech corpora across various languages, all processed through MFA to provide precise phoneme and word alignments. Each sample includes the original audio, transcript, and detailed timing information for both words and… See the full description on the dataset page: https://huggingface.co/datasets/takuM23/multilingual_audio_alignments.audioautomatic-speech-recognition10M<n<100M4 likes5.4k downloads6mo agoHugging Face

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