Polish model card layout
Browse files- docs/artifact_map.md +11 -10
docs/artifact_map.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
# Public Artifact Map
|
| 2 |
|
| 3 |
-
This map describes the public Hugging Face release boundary.
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 6 |
|
| 7 |
## Included Public Artifacts
|
| 8 |
|
|
@@ -10,17 +11,17 @@ PDF is included.
|
|
| 10 |
|---|---|---|
|
| 11 |
| Model code | `models/wildfire_fm/modeling_unet.py` | Compact U-Net used by the released checkpoints. |
|
| 12 |
| Checkpoint metadata | `models/wildfire_fm/checkpoint_manifest.json` | Lists five seeded checkpoint paths, SHA-256 hashes, and byte sizes. |
|
| 13 |
-
| Paper PDF | `paper/wildfire_fm_evaluation_contracts.pdf` | Compiled from the final local manuscript source
|
| 14 |
| Figure previews | `assets/*.png`, `assets/*.svg` | Hub-page visuals and final-paper figure previews. |
|
| 15 |
| Figure PDFs | `paper_outputs/figures/*.pdf` | Selected final-paper figures retained for visual reproducibility. |
|
| 16 |
| Numeric summaries | `artifacts/results/*.csv`, `artifacts/results/*.json` | Sanitized compact summaries; local machine paths removed. |
|
| 17 |
-
| Data notes | `data_sources/DATA_SOURCES.md` | Source roles and access entry points
|
| 18 |
| Raw rerun references | `experiments/` | Sanitized scripts/templates requiring user-provided data and paths. |
|
| 19 |
|
| 20 |
-
##
|
| 21 |
|
| 22 |
-
The
|
| 23 |
-
|
| 24 |
|
| 25 |
## Verification
|
| 26 |
|
|
@@ -28,5 +29,5 @@ table TeX, `.tikz`, or `.bib` files. Only the compiled PDF is published.
|
|
| 28 |
python3 scripts/reproduce_paper_outputs.py
|
| 29 |
```
|
| 30 |
|
| 31 |
-
This command checks public artifact hashes and audits
|
| 32 |
-
|
|
|
|
| 1 |
# Public Artifact Map
|
| 2 |
|
| 3 |
+
This map describes the public Hugging Face release boundary. The Hub release
|
| 4 |
+
publishes model weights, model-loading code, compact numeric summaries, selected
|
| 5 |
+
figure artifacts, source-data notes, and the compiled paper PDF. Manuscript
|
| 6 |
+
source remains in the authors' paper workspace.
|
| 7 |
|
| 8 |
## Included Public Artifacts
|
| 9 |
|
|
|
|
| 11 |
|---|---|---|
|
| 12 |
| Model code | `models/wildfire_fm/modeling_unet.py` | Compact U-Net used by the released checkpoints. |
|
| 13 |
| Checkpoint metadata | `models/wildfire_fm/checkpoint_manifest.json` | Lists five seeded checkpoint paths, SHA-256 hashes, and byte sizes. |
|
| 14 |
+
| Paper PDF | `paper/wildfire_fm_evaluation_contracts.pdf` | Compiled from the final local manuscript source. |
|
| 15 |
| Figure previews | `assets/*.png`, `assets/*.svg` | Hub-page visuals and final-paper figure previews. |
|
| 16 |
| Figure PDFs | `paper_outputs/figures/*.pdf` | Selected final-paper figures retained for visual reproducibility. |
|
| 17 |
| Numeric summaries | `artifacts/results/*.csv`, `artifacts/results/*.json` | Sanitized compact summaries; local machine paths removed. |
|
| 18 |
+
| Data notes | `data_sources/DATA_SOURCES.md` | Source roles and access entry points for provider-hosted data. |
|
| 19 |
| Raw rerun references | `experiments/` | Sanitized scripts/templates requiring user-provided data and paths. |
|
| 20 |
|
| 21 |
+
## Manuscript Source Boundary
|
| 22 |
|
| 23 |
+
The public paper artifact is the compiled PDF. Manuscript TeX, generated table
|
| 24 |
+
source, TikZ source, and BibTeX are managed outside the Hub model release.
|
| 25 |
|
| 26 |
## Verification
|
| 27 |
|
|
|
|
| 29 |
python3 scripts/reproduce_paper_outputs.py
|
| 30 |
```
|
| 31 |
|
| 32 |
+
This command checks public artifact hashes and audits the release hygiene for
|
| 33 |
+
local paths and manuscript-source boundaries.
|