File size: 1,356 Bytes
80ef3b2 d3bc17d 80ef3b2 d3bc17d 80ef3b2 d3bc17d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Hugging Face Release Design
This release follows a model-card-first pattern used by geospatial and weather
foundation-model releases on the Hub. The public page starts with model purpose,
released weights, input expectations, a quick loading example, data boundaries,
and a compact evaluation snapshot. Paper artifacts are included as supporting
reproducibility material rather than being the main organizing principle.
## Public Card Structure
- `README.md` is the public model card. It contains YAML metadata, intended use,
checkpoint locations, quick loading code, data-source boundaries, limitations,
and citation text.
- `assets/` contains lightweight visuals for the Hub page plus PNG previews of
final-paper figures.
- `models/wildfire_fm/` contains model code, manifests, and checkpoint metadata.
- `paper_outputs/` stores final TeX, TikZ, and PDF artifacts used by the
manuscript.
- `artifacts/results/` stores compact CSV/JSON summaries that can be public.
- `data_sources/` documents external data resources without redistributing them.
- `experiments/` contains raw-rerun reference scripts and Slurm templates.
## Data Boundary
The repository is a model release with reproducibility artifacts, not a raw-data
mirror. Full raw-data reruns require separately obtained source data, local
feature caches, and cluster-specific paths.
|