Polish model card layout
Browse files
docs/huggingface_release_design.md
CHANGED
|
@@ -14,20 +14,20 @@ reproducibility material rather than being the main organizing principle.
|
|
| 14 |
- `assets/` contains lightweight visuals for the Hub page plus PNG previews of
|
| 15 |
final-paper figure previews.
|
| 16 |
- `models/wildfire_fm/` contains model code, manifests, and checkpoint metadata.
|
| 17 |
-
- `paper_outputs/` stores selected final-paper figure PDFs
|
| 18 |
-
|
| 19 |
- `artifacts/results/` stores sanitized compact CSV/JSON summaries that can be public.
|
| 20 |
- `data_sources/` documents external data resources without redistributing them.
|
| 21 |
- `experiments/` contains raw-rerun reference scripts and Slurm templates.
|
| 22 |
|
| 23 |
## Data Boundary
|
| 24 |
|
| 25 |
-
The repository is a model release with reproducibility artifacts
|
| 26 |
-
|
| 27 |
-
|
| 28 |
|
| 29 |
## Manuscript Boundary
|
| 30 |
|
| 31 |
-
The Hub model release
|
| 32 |
-
|
| 33 |
-
arXiv version is finalized.
|
|
|
|
| 14 |
- `assets/` contains lightweight visuals for the Hub page plus PNG previews of
|
| 15 |
final-paper figure previews.
|
| 16 |
- `models/wildfire_fm/` contains model code, manifests, and checkpoint metadata.
|
| 17 |
+
- `paper_outputs/` stores selected final-paper figure PDFs used for public
|
| 18 |
+
visual checking.
|
| 19 |
- `artifacts/results/` stores sanitized compact CSV/JSON summaries that can be public.
|
| 20 |
- `data_sources/` documents external data resources without redistributing them.
|
| 21 |
- `experiments/` contains raw-rerun reference scripts and Slurm templates.
|
| 22 |
|
| 23 |
## Data Boundary
|
| 24 |
|
| 25 |
+
The repository is a model release with reproducibility artifacts. Full raw-data
|
| 26 |
+
reruns require separately obtained source data, local feature caches, and
|
| 27 |
+
cluster-specific paths.
|
| 28 |
|
| 29 |
## Manuscript Boundary
|
| 30 |
|
| 31 |
+
The Hub model release publishes the compiled paper PDF and keeps manuscript
|
| 32 |
+
source management in the authors' paper workspace. The public paper link can be
|
| 33 |
+
updated after the arXiv version is finalized.
|