Polish model card layout
Browse files
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
|
| 5 |
-
|
|
|
|
| 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
|