yx21e commited on
Commit
c797814
·
verified ·
1 Parent(s): a157c2d

Polish model card layout

Browse files
Files changed (1) hide show
  1. scripts/reproduce_paper_outputs.py +3 -2
scripts/reproduce_paper_outputs.py CHANGED
@@ -1,8 +1,9 @@
1
  #!/usr/bin/env python3
2
  """Verify the released WildFIRE-FM public artifacts.
3
 
4
- The Hub release intentionally excludes manuscript TeX/PDF source. This check
5
- verifies public figure previews, sanitized summaries, and release hygiene.
 
6
  """
7
 
8
  from __future__ import annotations
 
1
  #!/usr/bin/env python3
2
  """Verify the released WildFIRE-FM public artifacts.
3
 
4
+ The Hub release verifies public figure previews, sanitized summaries, compiled
5
+ paper output, and release hygiene while manuscript source remains in the authors'
6
+ paper workspace.
7
  """
8
 
9
  from __future__ import annotations