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
01sanchit-gandhi /tedlium-data Dataset Card for "tedlium-data" More Information needed audio100K<n<1M3 likes2.8k downloads3y agoHugging Face02sanchit-gandhi /vctk Dataset Card for "vctk" More Information needed audio10K<n<100K2 likes2.7k downloads3y agoHugging Face03ganghyunnnn /GSD-Sensitivity-Taxonomy-Labels GSD-Sensitivity Taxonomy: Task Labels for Remote Sensing VQA Per-task D / M1 / M2 taxonomy labels, inter-annotator agreement (IAA) data, and evaluation traces for four public RS-VQA benchmarks. Companion to *G. Park and D.-H. Lee, "Identifying the Measurement Gap in Remote Sensing VQA with a GSD-Sensitive Taxonomy," IEEE Geosci. Remote Sens. Lett., 2026* — accepted, DOI to follow. Code: github.com/ganghyunnnn/GSD-Sensitivity-Taxonomy ⚠️ This dataset contains annotations and… See the full description on the dataset page: https://huggingface.co/datasets/ganghyunnnn/GSD-Sensitivity-Taxonomy-Labels.textvisual-question-answeringn<1K0 likes1.8k downloads29d agoHugging Face04sanchit-gandhi /cosmopedia-logprobstabular1M<n<10M1 likes1.6k downloads2y agoHugging Face05Lakera /gandalf_ignore_instructions gandalf_ignore_instructions This is a dataset of prompt injections from Gandalf by Lakera. Note that we might update the dataset occasionally by cleaning the data or adding more samples. How the data was obtained There are millions of prompts and many of them are not actual prompt injections (people ask Gandalf all kinds of things). We used the following process to obtain relevant data: Start with all prompts submitted to Gandalf in July 2023. Use OpenAI text… See the full description on the dataset page: https://huggingface.co/datasets/Lakera/gandalf_ignore_instructions.text1K<n<10K35 likes1.4k downloads2y agoHugging Face06sanchit-gandhi /librispeech-data Dataset Card for "librispeech-data" More Information needed audio100K<n<1M2 likes1.1k downloads3y agoHugging Face07ganlinyang /Vlasertabular10K<n<100K0 likes930 downloads6mo agoHugging Face08mabidan /ganjoor Dataset Card for Dataset Name This is the csv format of the Ganjoor Database that is published in their github Dataset Details Curated by: Navid Abbaspoor Language(s) (NLP): Persian (Farsi) License: Creative Commons Attribution 4.0 International (cc-by-4.0) Dataset Description This dataset contains almost all of poems by Iran's great poets through many many past years till now. The original database was tabular, that I convert it to a csv format that… See the full description on the dataset page: https://huggingface.co/datasets/mabidan/ganjoor.texttext-generation100K<n<1M3 likes736 downloads2y agoHugging Face09Gandolfczjh /APDE APDE Dataset for evaluating adversarial patch defenses on object detectors. Related paper: Revisiting Adversarial Patch Defenses on Object Detectors: Unified Evaluation, Large-Scale Dataset, and New Insights, ICCV 2025. Code and documentation. This release is a reconstruction, not a byte-for-byte recovery of the dataset used in the paper. The paper's 56,400/37,600 split and reported defense scores must not be treated as measurements on this release. Contents… See the full description on the dataset page: https://huggingface.co/datasets/Gandolfczjh/APDE.imageobject-detection10K<n<100K1 likes538 downloads9d agoHugging Face10Reza2kn /ganjoor-recitations Ganjoor Persian Poetry Recitations (Full) Every published audio recitation on Ganjoor / AVA paired with its transcription — 30,133 clips, 1,276 hours of audio. Audio is stored full-length and unchunked, and every clip carries a single clean transcription in text, so it's ready for ASR / TTS training as-is. Columns column description audio full-length mp3 (native sample rate), embedded and playable text full transcription of the clip… See the full description on the dataset page: https://huggingface.co/datasets/Reza2kn/ganjoor-recitations.audioautomatic-speech-recognition10K<n<100K3 likes506 downloads3mo agoHugging Face11sanchit-gandhi /gtzan Dataset Card for "gtzan" More Information needed audion<1K1 likes447 downloads3y agoHugging Face12GangCaoLab /FISH_spots FISH_spots Dataset The manually verified in situ hybridization fluorescence images and point coordinate dataset. This dataset contains images and annotations for the task of single-molecule fluorescence in situ hybridization (FISH) spot detection, supporting 2D, 3D, and simulated noisy data. The structure is designed for deep learning model development, training, and evaluation. Directory Structure FISH_spots/ ├── 2d/ │ ├── csv/ │ ├── image/ │ ├── image_raw/ │ └──… See the full description on the dataset page: https://huggingface.co/datasets/GangCaoLab/FISH_spots.imagen<1K3 likes445 downloads1y agoHugging Face13farbodbij /Ganjoor-CorpusEnglish | فارسی Ganjoor-Corpus The Ganjoor poetry corpus as four tables covering poems, books of poetry, and poet information. This corpus can be used for training models, statistical work, and building other datasets. Configs poets: 234 poets. field description poet_id Ganjoor poet id name, nickname full name and pen name url Ganjoor path birth_year, death_year lunar Hijri; birth_year_valid / death_year_valid say whether Ganjoor marks the date as… See the full description on the dataset page: https://huggingface.co/datasets/farbodbij/Ganjoor-Corpus.tabular1M<n<10M0 likes395 downloads1mo agoHugging Face14sanchit-gandhi /earnings22_robust_splitfrom datasets import load_dataset, DatasetDict ds = load_dataset("anton-l/earnings22_robust", split="test") print(ds) print("\n", "Split to ==>", "\n") # split train 90%/ dev 5% / test 5% # split twice and combine train_devtest = ds.train_test_split(shuffle=True, seed=1, test_size=0.1) dev_test = train_devtest['test'].train_test_split(shuffle=True, seed=1, test_size=0.5) ds_train_dev_test = DatasetDict({'train': train_devtest['train'], 'validation': dev_test['train'], 'test':… See the full description on the dataset page: https://huggingface.co/datasets/sanchit-gandhi/earnings22_robust_split.audio10K<n<100K0 likes381 downloads4y agoHugging Face15sanchit-gandhi /earnings22_splitWe partition the earnings22 dataset at https://huggingface.co/datasets/anton-l/earnings22_baseline_5_gram by source_id: Validation: 4420696 4448760 4461799 4469836 4473238 4482110 Test: 4432298 4450488 4470290 4479741 4483338 4485244 Train: remainder Official script for processing these splits will be released shortly. audio10K<n<100K0 likes315 downloads4y agoHugging Face16sanchit-gandhi /cosmopedia-concatenated-unshuffledtext10M<n<100M0 likes315 downloads2y agoHugging Face17Reza2kn /ganjoor-recitations-chunked 🗂️ ganjoor-recitations-chunked English + فارسی · Part of Shenava 1.0 · Project hub · SLT paper submission 🌟 At a glance | معرفی سریع English فارسی 🎯 Purpose Ganjoor recitation chunked ASR dataset. قطعه‌های تلاوت و خوانش گنجور برای آموزش و ارزیابی گفتار ادبی، شعر و خوانش رسمی فارسی. 🧩 Role Persian speech dataset مجموعه‌دادهٔ گفتار فارسی 📦 Snapshot 64 files; approximately 118.09 GB 64 فایل؛ حدود 118.09 GB 🧱 Packaging 61 Parquet files and 0… See the full description on the dataset page: https://huggingface.co/datasets/Reza2kn/ganjoor-recitations-chunked.audioautomatic-speech-recognition100K<n<1M1 likes307 downloads2mo agoHugging Face18GangHitman /fashion-recommendation-images High-Resolution Fashion Product Images This dataset is a highly optimized, high-resolution subset of the popular Fashion Product Images Dataset originally hosted on Kaggle. It contains thousands of unique e-commerce fashion products, combining high-resolution product images with multiple descriptive label attributes. All low-resolution thumbnails and anomalies have been aggressively filtered out. Every image in this dataset has a minimum resolution of 640px on its shortest… See the full description on the dataset page: https://huggingface.co/datasets/GangHitman/fashion-recommendation-images.imageimage-classification10K<n<100K0 likes259 downloads1mo agoHugging Face19ganchengguang /MMM-datasets-TestsetMultilingual Mutual Reinforcement Effect Mix Datasets This is a Training set of OIELLM. This Train set already formatted by OIELLM's format. The test set is in the another page in huggingface. The MMM support 3 languages (English, Chinese and Japanese). And you must use task instruct words to define kind of task. Mutual Reinforcement Effect. OIELLM's input and output MMM Dataset The following is input and output format: { "input": "In 1953, filming of "On the Waterfront" starring… See the full description on the dataset page: https://huggingface.co/datasets/ganchengguang/MMM-datasets-Testset.text100K<n<1M1 likes247 downloads2y agoHugging Face20Gandalf1 /finqa_combined_cot_responsetext1K<n<10K0 likes238 downloads5mo agoHugging Face21ganler /code-r1-12ktext10K<n<100K8 likes230 downloads2y agoHugging Face22sanchit-gandhi /concatenated-train-setimage1M<n<10M0 likes229 downloads3y agoHugging Face23sanchit-gandhi /cosmopedia_web_textbooks_logprobstabular1M<n<10M0 likes208 downloads2y agoHugging Face24sanchit-gandhi /librispeech_asr_dummy Dataset Card for librispeech_asr_dummy Dataset Summary This is a truncated version of the LibriSpeech dataset. It contains 20 samples from each of the splits. To view the full dataset, visit: https://huggingface.co/datasets/librispeech_asr LibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech, prepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read audiobooks from the LibriVox project, and has been… See the full description on the dataset page: https://huggingface.co/datasets/sanchit-gandhi/librispeech_asr_dummy.audioautomatic-speech-recognitionn<1K0 likes204 downloads3y agoHugging Face25ganglii /OpenMathReasoning_len8ktext1M<n<10M0 likes204 downloads7mo agoHugging Face26Lakera /gandalf_summarization gandalf_summarization This is a dataset of indirect prompt injections from Gandalf by Lakera, specifically from the Adventure 4 level (link, although note the Adventure may no longer be available in the future). Note that we might update the dataset occasionally by cleaning the data or adding more samples. Gandalf and prompt injections Gandalf is a ChatGPT-powered system that – in this level specifically – tries to summarize the text that is provided by the user. In… See the full description on the dataset page: https://huggingface.co/datasets/Lakera/gandalf_summarization.textn<1K8 likes192 downloads2y agoHugging Face27sanchit-gandhi /earnings22_split_resampledWe partition the earnings22 dataset at https://huggingface.co/datasets/anton-l/earnings22_baseline_5_gram by source_id: Validation: 4420696 4448760 4461799 4469836 4473238 4482110 Test: 4432298 4450488 4470290 4479741 4483338 4485244 Train: remainder Official script for processing these splits will be released shortly. audio10K<n<100K0 likes176 downloads4y agoHugging Face28farsi-asr /ganjoor-chunked-asr-datasetaudio100K<n<1M2 likes153 downloads2y agoHugging Face29dipta007 /Ganit Ganit: A Difficulty-Aware Bengali Mathematical Reasoning Dataset Dataset Description Ganit (গণিত, Bengali for "mathematics") is a rigorously-processed, difficulty-aware Bengali mathematical reasoning dataset designed for training and evaluating LLMs on Bengali math problems. It is the first Bengali math dataset with: Difficulty stratification based on LLM pass@k scores Decontamination against standard benchmarks (MGSM, MSVAMP) Verifiable numerical… See the full description on the dataset page: https://huggingface.co/datasets/dipta007/Ganit.tabulartext-generation10K<n<100K0 likes128 downloads6mo agoHugging Face30ganglii /OpenCodeReasoning_len8k_0.6text100K<n<1M0 likes125 downloads5mo agoHugging Face

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