yx21e commited on
Commit
bb1bf96
·
verified ·
1 Parent(s): 2a3e093

Polish model card layout

Browse files
Files changed (1) hide show
  1. docs/huggingface_release_design.md +8 -8
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 only. Manuscript
18
- TeX, table TeX, TikZ source, BibTeX, and paper PDF files are not included.
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, not a raw-data
26
- mirror. Full raw-data reruns require separately obtained source data, local
27
- feature caches, and cluster-specific paths.
28
 
29
  ## Manuscript Boundary
30
 
31
- The Hub model release intentionally excludes manuscript TeX, BibTeX, table TeX,
32
- TikZ source, and paper PDFs. The paper can be linked separately after the public
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.