CoolFace
Datasetpublic

hath995/DafnyGithub-Dataset

Dafny GitHub Dataset A corpus of publicly available Dafny (.dfy) source code crawled from GitHub, packaged as JSONL for model training and analysis. Dafny is a verification-aware programming language with built-in specification constructs (pre/postconditions, invariants, assert/assume) checked by an SMT solver. 106,404 unique-by-content .dfy files 966 source repositories (of 1,018 discovered; forks excluded) 753 MB of source (stored as ~44 MB of zstd Parquet), median 5 files… See the full description on the dataset page: https://huggingface.co/datasets/hath995/DafnyGithub-Dataset.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes27downloads
4 commits on main
11def362mo ago

Convert to sharded zstd Parquet; drop raw JSONL; update card config

hath995
012fca42mo ago

Upload data/dafny_github.jsonl with huggingface_hub

hath995
a525de42mo ago

Upload README.md with huggingface_hub

hath995
ae39fcd2mo ago

initial commit

hath995