File size: 1,710 Bytes
d3bbb53
80ef3b2
2a3e093
 
 
 
80ef3b2
d3bbb53
80ef3b2
d3bbb53
80ef3b2
d3bbb53
 
2a3e093
d3bbb53
 
 
2a3e093
d3bbb53
80ef3b2
2a3e093
80ef3b2
2a3e093
 
80ef3b2
d3bbb53
80ef3b2
 
 
 
 
2a3e093
 
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
29
30
31
32
33
34
# Public Artifact Map

This map describes the public Hugging Face release boundary. The Hub release
publishes model weights, model-loading code, compact numeric summaries, selected
figure artifacts, source-data notes, and the compiled paper PDF. Manuscript
source remains in the authors' paper workspace.

## 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. |
| Paper PDF | `paper/wildfire_fm_evaluation_contracts.pdf` | Compiled from the final local manuscript source. |
| 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 for provider-hosted data. |
| Raw rerun references | `experiments/` | Sanitized scripts/templates requiring user-provided data and paths. |

## Manuscript Source Boundary

The public paper artifact is the compiled PDF. Manuscript TeX, generated table
source, TikZ source, and BibTeX are managed outside the Hub model release.

## Verification

```bash
python3 scripts/reproduce_paper_outputs.py
```

This command checks public artifact hashes and audits the release hygiene for
local paths and manuscript-source boundaries.