Wildfire-FM / docs /artifact_map.md
yx21e's picture
Remove manuscript TeX and table source artifacts
d3bbb53 verified
|
raw
history blame
1.51 kB
# Public Artifact Map
This map describes the public Hugging Face release boundary. Manuscript TeX,
BibTeX, table TeX, TikZ source, and paper PDFs are intentionally excluded.
## Included Public Artifacts
| Area | Release files | Notes |
|---|---|---|
| Model code | `models/wildfire_fm/modeling_unet.py` | Compact U-Net used by the released checkpoints. |
| Checkpoint metadata | `models/wildfire_fm/checkpoint_manifest.json` | Lists five seeded checkpoint paths, SHA-256 hashes, and byte sizes. |
| Figure previews | `assets/*.png`, `assets/*.svg` | Hub-page visuals and final-paper figure previews. |
| Figure PDFs | `paper_outputs/figures/*.pdf` | Selected final-paper figures retained for visual reproducibility. |
| Numeric summaries | `artifacts/results/*.csv`, `artifacts/results/*.json` | Sanitized compact summaries; local machine paths removed. |
| Data notes | `data_sources/DATA_SOURCES.md` | Source roles and access entry points; raw data are not redistributed. |
| Raw rerun references | `experiments/` | Sanitized scripts/templates requiring user-provided data and paths. |
## Excluded Manuscript Artifacts
The release does not include `paper/`, `paper_outputs/tables/`, generated table
TeX, `.tikz`, `.bib`, or manuscript PDF files. The public arXiv paper should be
linked separately after finalization.
## Verification
```bash
python3 scripts/reproduce_paper_outputs.py
```
This command checks public artifact hashes and audits that manuscript/source
artifacts and local paths are absent.