CoolFace
4 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01robworks-software /jeopardy-clues Jeopardy! Clues 568,068 Jeopardy! clues with their answers, categories, dollar values, air dates, and round information, compiled from publicly archived, community-maintained transcriptions of aired episodes. Loading from datasets import load_dataset ds = load_dataset("robworks-software/jeopardy-clues") science = ds["train"].filter(lambda x: x["category"] == "SCIENCE") Splits Split Rows train 482,857 validation 42,605 test 42,606… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/jeopardy-clues.tabularquestion-answering100K<n<1M0 likes107 downloads2mo agoHugging Face02robworks-software /database-query-logs-synthetic Database Query Logs (synthetic) 3,995 database query-log entries spanning 10 engines - MySQL, PostgreSQL, MongoDB, SQL Server, Oracle, MariaDB, SQLite, Cassandra, Redis, and Elasticsearch - with query text, type, complexity, execution timing, and row-count metadata. These queries are synthetic The queries were programmatically generated, not captured from production systems. They were produced by templating a set of query shapes across industry-flavored schema… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/database-query-logs-synthetic.tabulartext-classification1K<n<10K0 likes68 downloads2mo agoHugging Face03robworks-software /historical-training-manuals Historical Training Manuals 1,597 US government and government-adjacent training manuals and technical publications sourced from the Internet Archive, spanning roughly 1800-2021. Records carry bibliographic metadata; a subset also carries extracted full text and a machine-generated summary. Loading from datasets import load_dataset ds = load_dataset("robworks-software/historical-training-manuals") Splits Split Rows train 1,277… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/historical-training-manuals.tabulartext-generation1K<n<10K1 likes42 downloads2mo agoHugging Face04robworks-software /ccisd-unified-master-2024 CCISD Unified School Master (2024) School-level records for Clear Creek Independent School District (Texas), compiled from the district's public school pages and Texas Education Agency accountability reports. Covers 39 schools with principal names, contact details, enrollment, and accountability ratings. Loading from datasets import load_dataset ds = load_dataset("robworks-software/ccisd-unified-master-2024") all_schools = ds["full"] # all 39 schools… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/ccisd-unified-master-2024.tabulartext-generationn<1K0 likes8 downloads2mo agoHugging Face

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