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
01vaishaal /ImageNetV2image10K<n<100K9 likes14k downloads4y agoHugging Face02wzy6055 /vaihingen-cr Paper This dataset is released as part of our ECCV 2026 paper: Interpretation-Oriented Cloud Removal via Observation-Anchored Residual Flow with Geo-Contextual Alignment Paper page: https://huggingface.co/papers/2607.02471 arXiv: https://arxiv.org/abs/2607.02471 Code: https://github.com/wzy6055/GACR imageimage-to-image1K<n<10K2 likes2.2k downloads3mo agoHugging Face03vaishali /multitabqa_pretraining Usage import pandas as pd from datasets import load_dataset multitableQA_pretraining = load_dataset("vaishali/multitabqa_pretraining") for sample in multitableQA_pretraining['train']: sql_query = sample['query'] input_table_names = sample["table_names"] input_tables = [pd.read_json(table, orient='split') for table in sample['tables']] answer = pd.read_json(sample['answer'], orient='split') # flattened input/output input_to_model = sample["source"] target =… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/multitabqa_pretraining.texttable-question-answering100K<n<1M1 likes1.4k downloads3y agoHugging Face04bep40 /vai-seller-admin-index bep40/vai-seller-admin-index Generated by ML Intern This dataset repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub. Try ML Intern: https://smolagents-ml-intern.hf.space Source code: https://github.com/huggingface/ml-intern Usage from datasets import load_dataset dataset = load_dataset('bep40/vai-seller-admin-index') textn<1K0 likes433 downloads5d agoHugging Face05wovenbytoyota-vai /CaST-Bench CaST-Bench: Benchmarking Causal Chain-Grounded Spatio-Temporal Reasoning for Video Question Answering This is the official repository for the CaST-Bench dataset, introduced in the paper "CaST-Bench: Benchmarking Causal Chain-Grounded Spatio-Temporal Reasoning for Video Question Answering". CaST-Bench is the first benchmark to evaluate Vision-Language Models (VLMs) on causal chain reasoning grounded in fine-grained spatio-temporal evidence. Given a video and a causal question… See the full description on the dataset page: https://huggingface.co/datasets/wovenbytoyota-vai/CaST-Bench.textvideo-text-to-textn<1K0 likes419 downloads3mo agoHugging Face06vaishali /spider-tableQA Dataset Card for "spider-tableQA" Usage import pandas as pd from datasets import load_dataset spider_tableQA = load_dataset("vaishali/spider-tableQA") for sample in spider_tableQA['train']: question = sample['question'] sql_query = sample['query'] input_table_names = sample["table_names"] input_tables = [pd.read_json(table, orient='split') for table in sample['tables']] answer = pd.read_json(sample['answer'], orient='split') # flattened input/output… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/spider-tableQA.texttable-question-answering1K<n<10K11 likes410 downloads3y agoHugging Face07vaishali /banglaTabQA Dataset Card for "banglaTabQA" Usage import pandas as pd from datasets import load_dataset banglatableQA = load_dataset("vaishali/banglaTabQA") for sample in banglatableQA['train']: question = sample['question'] input_table = pd.read_json(sample['table'], orient='split') answer = pd.read_json(sample['answer'], orient='split') BibTeX entry and citation info @inproceedings{pal-etal-2024-table, title = "Table Question Answering for Low-resourced… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/banglaTabQA.texttable-question-answering1M<n<10M0 likes318 downloads2y agoHugging Face08wovenbytoyota-vai /InstVL InstVL: A Large-Scale Instance-Aware Vision-Language Dataset This is the official repository for the InstVL dataset, introduced in the paper InstAP: Instance-Aware Vision-Language Pre-Train for Spatial-Temporal Understanding. InstVL is a large-scale dataset of images and videos designed to bridge the gap between holistic scene understanding and fine-grained, instance-level comprehension. Current vision-language pre-training (VLP) paradigms excel at global scene understanding but… See the full description on the dataset page: https://huggingface.co/datasets/wovenbytoyota-vai/InstVL.textimage-to-text1M<n<10M5 likes285 downloads6mo agoHugging Face09vaidehib /split_legacysurvey_hsc_embeddingsTrain, calibration and test sets across models for Legacy Survey ↔ HSC embeddings (source: UniverseTBD/legacysurvey_hsc_embeddings). text1M<n<10M0 likes282 downloads3mo agoHugging Face10michsethowusu /vai-speech-text-parallel Vai Speech-Text Parallel Dataset Dataset Description This dataset contains 23286 parallel speech-text pairs for Vai, a language spoken primarily in Ghana. The dataset consists of audio recordings paired with their corresponding text transcriptions, making it suitable for automatic speech recognition (ASR) and text-to-speech (TTS) tasks. Dataset Summary Language: Vai - vai Task: Speech Recognition, Text-to-Speech Size: 23286 audio files > 1KB (small/corrupted… See the full description on the dataset page: https://huggingface.co/datasets/michsethowusu/vai-speech-text-parallel.audioautomatic-speech-recognition10K<n<100K0 likes223 downloads1y agoHugging Face11VaidhyaMegha /cricket-kg Cricket Knowledge Graph 36,619 nodes. 1,392,017 edges. 21,324 matches — Tests, ODIs, T20s, IPL, BBL and more, men's and women's, from December 2001 to March 2026. Built with Samyama Graph. Loader and ETL: samyama-ai/cricket-kg. Attribution — required This dataset is CC-BY-4.0, which means attribution is a condition of use, not a courtesy. If you use it, credit the source: Source data from Cricsheet.org, licensed CC-BY-4.0. That requirement travels with the data… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/cricket-kg.tabular100K<n<1M1 likes196 downloads1mo agoHugging Face12vaishali /hindiTabQA Dataset Card for "hindiTabQA" Usage import pandas as pd from datasets import load_dataset hinditableQA = load_dataset("vaishali/hindiTabQA") for sample in hinditableQA['train']: question = sample['question'] input_table = pd.read_json(sample['table'], orient='split') answer = pd.read_json(sample['answer'], orient='split') BibTeX entry and citation info @inproceedings{pal-etal-2024-table, title = "Table Question Answering for Low-resourced {I}ndic… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/hindiTabQA.texttable-question-answering100K<n<1M0 likes193 downloads2y agoHugging Face13aakkaasshh /vaigai-dataset Vaigai Dataset aakkaasshh/vaigai-dataset is an Indic-focused multilingual text corpus aggregated for tokenizer training, built with the goal of reaching tokenizer quality on par with dedicated Indic tokenizers (e.g. Sarvam AI's). One Parquet file per language is stored at the root of this repo (e.g. bn.parquet), with no nested folders. Every time new data is fetched for a language, it is merged with that language's existing file and deduplicated on the text column, so re-running… See the full description on the dataset page: https://huggingface.co/datasets/aakkaasshh/vaigai-dataset.tabulartext-generation1M<n<10M0 likes190 downloads2mo agoHugging Face14VaidhyaMegha /edge-ai-kg Edge AI Deployment Knowledge Graph 25,152 nodes. 76,306 edges. Boards, kernels and neural networks in one graph — so you can ask what actually runs on your silicon. Built with Samyama Graph. Loader and generator: samyama-ai/edge-ai-kg. Part real, part synthetic — and every node says which Every node carries a provenance property ("real" or "synthetic") and a source. No node is unstamped: provenance Nodes synthetic 23,910 real 1,242 Do not… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/edge-ai-kg.tabular10K<n<100K0 likes183 downloads24d agoHugging Face15vaishali /spider-tableQA-pretraining Dataset Card for "spider-tableQA-pretraining" Usage import pandas as pd from datasets import load_dataset spider_tableQA_pretraining = load_dataset("vaishali/spider-tableQA-pretraining") for sample in spider_tableQA_pretraining['train']: sql_query = sample['query'] input_table_names = sample["table_names"] input_tables = [pd.read_json(table, orient='split') for table in sample['tables']] answer = pd.read_json(sample['answer'], orient='split') # flattened… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/spider-tableQA-pretraining.text1K<n<10K2 likes160 downloads3y agoHugging Face16VaidhyaMegha /clinicaltrials-kg Clinical Trials Knowledge Graph 7,628,735 nodes. 15,531,427 edges. 575,778 clinical trials registered on ClinicalTrials.gov — with their arms, outcomes, sites, sponsors, conditions, interventions, MeSH codes and linked PubMed publications. Built with Samyama Graph. Loader and ETL: samyama-ai/clinicaltrials-kg. Stored as Parquet — 623 MB, against roughly 7 GB as raw JSON. Attribution — required Two acknowledgements travel with this data: Courtesy of the U.S.… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/clinicaltrials-kg.tabular10M<n<100M0 likes157 downloads1mo agoHugging Face17VaidhyaMegha /bank-model-risk-kg Bank Model-Risk Knowledge Graph 520 nodes. 2,391 edges. A synthetic bank's entire model-risk inventory as a graph — models, the data and assumptions behind them, their validations and findings, the regulations that govern them, and the submissions and decisions they drive. Built with Samyama Graph. Generator and loader: samyama-ai/bank-model-risk-kg. Entirely synthetic — this is the point, not a caveat Every record here is generated. It represents no real… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/bank-model-risk-kg.tabular1K<n<10K0 likes149 downloads25d agoHugging Face18VaidhyaMegha /football-kg Football World Cup Knowledge Graph 16,150 nodes. 12,384 edges. 92 years of FIFA World Cup football as a graph — 30 tournaments, 1,248 matches, 3,637 goals, 10,401 players, 88 national teams and 240 stadiums. Built with Samyama Graph. Loader and ETL: samyama-ai/football-kg. What this is Every FIFA World Cup from 1930 to 2022 — 22 men's tournaments (1930–2022) and 8 women's tournaments (1991–2019) — modelled as a property graph rather than a set of tables. Because… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/football-kg.tabular10K<n<100K1 likes130 downloads1mo agoHugging Face19cornell-vailab /megaunscene Emergent Extreme-View Geometry in 3D Foundation Models         Yiwen Zhang¹   Joseph Tung²   Ruojin Cai³   David Fouhey²   Hadar Averbuch-Elor¹ ¹Cornell University   ²New York University   ³Kempner Institute, Harvard University MegaUnScene Benchmark Overview MegaUnScene is a dataset of Internet scenes unseen by existing 3DFMs for benchmarking. There are three test splits split across two evaluation tasks: Relative Pose Estimation: UnScenePairs and UnScenePairs-t… See the full description on the dataset page: https://huggingface.co/datasets/cornell-vailab/megaunscene.image10K<n<100K4 likes116 downloads7mo agoHugging Face20VaidhyaMegha /pathways-kg Pathways Knowledge Graph — partial build 138,725 nodes. 601,322 edges. Human biological pathways, protein interactions, Gene Ontology annotations, genes, drugs and diseases in one graph. Built with Samyama Graph. Loader: samyama-ai/pathways-kg. Known gaps Measured against the engine directly, not inferred: # Gap Detail 1 PARTICIPATES_IN is 2% of its reported size The Reactome loader reports participates_in_edges=143723. The graph holds 3,423. 140,300… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/pathways-kg.tabular100K<n<1M0 likes116 downloads25d agoHugging Face21VaidhyaMegha /mental-health-kg Mental Health Knowledge Graph 113,710 nodes. 1,665,153 edges. US behavioural-health provision as a graph: which facilities exist and what they offer, which clinicians are licensed to practise, where the federal government designates a shortage, and a simulated population to measure coverage against. Built with Samyama Graph. Loader and ETL: samyama-ai/mental-health-kg. Built for referral routing — which help exists where, for whom, in what language, at what price — and for… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/mental-health-kg.tabular1M<n<10M0 likes103 downloads25d agoHugging Face22vaibhavad /tulu-3-sft-mixture-geminitext100K<n<1M0 likes88 downloads8mo agoHugging Face23VaidhyaMegha /edtech-kg Education-to-Career Pathways Knowledge Graph 1,098 nodes. 1,287 edges. One US school district's published high-school course catalogue as a graph you can walk — which courses exist, what subject they sit in, what each requires, and which specialty pathways include them. Built with Samyama Graph. Loader and ETL: samyama-ai/edtech-kg. Why a graph A student picks courses four times in high school. The decisions compound, they are close to irreversible, and they are… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/edtech-kg.tabular1K<n<10K0 likes88 downloads25d agoHugging Face24vaibhavad /echo-data-rewritten-queries-hard-negative-qwen3-4btext1M<n<10M0 likes83 downloads8mo agoHugging Face25vaishali /geoQuery-tableQA Dataset Card for "geoQuery-tableQA" Usage import pandas as pd from datasets import load_dataset geoQuery_tableQA = load_dataset("vaishali/geoQuery-tableQA") for sample in geoQuery_tableQA['train']: question = sample['question'] input_table_names = sample["table_names"] input_tables = [pd.read_json(table, orient='split') for table in sample['tables']] answer = pd.read_json(sample['answer'], orient='split') # flattened input/output input_to_model =… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/geoQuery-tableQA.texttable-question-answeringn<1K0 likes76 downloads3y agoHugging Face26VaidhyaMegha /regulatory-affairs-kg Medical-Device Regulatory Affairs Knowledge Graph 28,520 nodes. 25,332 edges. The device-to-law backbone of US medical-device regulation: every 510(k) clearance for cardiovascular devices, the product code each was cleared under, and the Code of Federal Regulations section that governs it. Built with Samyama Graph. Loader and ETL: samyama-ai/regulatory-affairs-kg. The question it answers When a rule or a recognised standard changes, a manufacturer has to work out… See the full description on the dataset page: https://huggingface.co/datasets/VaidhyaMegha/regulatory-affairs-kg.tabular10K<n<100K0 likes74 downloads25d agoHugging Face27vaibhavad /tulu-3-sft-mixture-hard-negative-llama-3btext100K<n<1M0 likes69 downloads9mo agoHugging Face28vaibhavad /echo-data-rewritten-queriestext1M<n<10M0 likes67 downloads9mo agoHugging Face29vaishali /atis-tableQA Dataset Card for "atis-tableQA" Usage import pandas as pd from datasets import load_dataset atis_tableQA = load_dataset("vaishali/atis-tableQA") for sample in atis_tableQA['train']: question = sample['question'] sql_query = sample['query'], answer = pd.read_json(sample['answer'], orient='split') # flattened input input_to_llm = sample["source"] target = sample["target"] BibTeX entry and citation info @inproceedings{pal-etal-2023-multitabqa… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/atis-tableQA.texttable-question-answeringn<1K1 likes66 downloads3y agoHugging Face30vaibhavalakshmiravideshik /mesh-snomed-entity-alignment-15k MeSH-SNOMED Entity Alignment 15K MeSH-SNOMED Entity Alignment 15K is a biomedical heterogeneous knowledge graph alignment benchmark for cross-ontology matching between MeSH and SNOMED CT. It is designed to evaluate entity alignment systems under realistic large-graph conditions, where gold-aligned concepts are embedded in much larger biomedical graphs containing many structurally relevant but non-aligned background entities. This release is intended for the accompanying EMNLP… See the full description on the dataset page: https://huggingface.co/datasets/vaibhavalakshmiravideshik/mesh-snomed-entity-alignment-15k.image10K<n<100K2 likes66 downloads5mo agoHugging Face

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