datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
us-k12-schools-directory
US K-12 Schools Directory
A directory of 124,613 US K-12 schools covering all 50 states, DC, and US territories,
compiled from federal and state government sources. Each record carries directory
information (address, phone, website), enrollment and demographics, and, where a source
supplied it, a principal name and email.
This is a compilation of public government data. It is not a survey, and no field was
independently verified against the school itself.
Loading… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/us-k12-schools-directory.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.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.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.
