Fix model card links
Browse files
README.md
CHANGED
|
@@ -22,12 +22,12 @@ pretty_name: WildFIRE-FM
|
|
| 22 |
<p align="center"><b>Five seeded PyTorch checkpoints, paper-aligned evaluation artifacts, final figure previews, and source-data access notes for 12-hour wildfire occupancy prediction on a 5 km California grid.</b></p>
|
| 23 |
|
| 24 |
<p>
|
| 25 |
-
<a href="./paper/wildfire_fm_evaluation_contracts.pdf"><img alt="Paper PDF" src="https://img.shields.io/badge/Paper-compiled%20PDF-0F5C5F?style=flat-square"></a>
|
| 26 |
-
<a href="./models/wildfire_fm/checkpoints"><img alt="Checkpoints" src="https://img.shields.io/badge/Checkpoints-5%20seeds-C66B2D?style=flat-square"></a>
|
| 27 |
-
<a href="./models/wildfire_fm/modeling_unet.py"><img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-model%20code-EE4C2C?style=flat-square&logo=pytorch&logoColor=white"></a>
|
| 28 |
-
<a href="./data_sources/DATA_SOURCES.md"><img alt="Data notes" src="https://img.shields.io/badge/Data-source%20notes-536065?style=flat-square"></a>
|
| 29 |
-
<a href="./artifacts/results"><img alt="Results" src="https://img.shields.io/badge/Results-sanitized%20summaries-0F5C5F?style=flat-square"></a>
|
| 30 |
-
<a href="./assets"><img alt="Figures" src="https://img.shields.io/badge/Figures-final%20previews-C66B2D?style=flat-square"></a>
|
| 31 |
<img alt="Grid" src="https://img.shields.io/badge/Grid-5%20km%20EPSG%3A5070-0F5C5F?style=flat-square">
|
| 32 |
<img alt="Input" src="https://img.shields.io/badge/Input-16%20channels-C66B2D?style=flat-square">
|
| 33 |
<img alt="Tasks" src="https://img.shields.io/badge/Contracts-6%20task%20views-536065?style=flat-square">
|
|
@@ -35,22 +35,22 @@ pretty_name: WildFIRE-FM
|
|
| 35 |
</p>
|
| 36 |
|
| 37 |
<p>
|
| 38 |
-
<a href="./paper/wildfire_fm_evaluation_contracts.pdf"><b>Read the paper PDF</b></a> 路
|
| 39 |
-
<a href="./models/wildfire_fm/checkpoints"><b>Download checkpoints</b></a> 路
|
| 40 |
-
<a href="#quick-start"><b>Load the model</b></a> 路
|
| 41 |
-
<a href="#task-contract-snapshot"><b>Inspect task-contract results</b></a>
|
| 42 |
</p>
|
| 43 |
|
| 44 |
<h3>5 Seeded Checkpoints 路 16-Channel Gridded Input 路 12-Hour Occupancy Lead 路 6 Fixed Task-Contract Views</h3>
|
| 45 |
|
| 46 |
<p>
|
| 47 |
-
<a href="#why-wildfire-fm">Why WildFIRE-FM</a> 路
|
| 48 |
-
<a href="#release-navigation">Release Navigation</a> 路
|
| 49 |
-
<a href="#visual-tour">Visual Tour</a> 路
|
| 50 |
-
<a href="#quick-start">Quick Start</a> 路
|
| 51 |
-
<a href="#task-contract-snapshot">Task Snapshot</a> 路
|
| 52 |
-
<a href="#data-sources">Data Sources</a> 路
|
| 53 |
-
<a href="#how-to-cite">How to Cite</a>
|
| 54 |
</p>
|
| 55 |
|
| 56 |
</div>
|
|
@@ -58,7 +58,7 @@ pretty_name: WildFIRE-FM
|
|
| 58 |
---
|
| 59 |
|
| 60 |
<p align="center">
|
| 61 |
-
<img src="./assets/wildfire_fm_model_card.svg" alt="WildFIRE-FM overview" width="95%">
|
| 62 |
</p>
|
| 63 |
|
| 64 |
## Release Navigation
|
|
@@ -66,43 +66,43 @@ pretty_name: WildFIRE-FM
|
|
| 66 |
<table>
|
| 67 |
<tr>
|
| 68 |
<td width="33%" valign="top">
|
| 69 |
-
<h3><a href="./paper/wildfire_fm_evaluation_contracts.pdf">Paper PDF</a></h3>
|
| 70 |
<p>Read the compiled manuscript that defines the fixed-contract wildfire transfer setting and reports the final results.</p>
|
| 71 |
</td>
|
| 72 |
<td width="33%" valign="top">
|
| 73 |
-
<h3><a href="./models/wildfire_fm/checkpoints">Model Checkpoints</a></h3>
|
| 74 |
<p>Access five seeded WildFIRE-FM weights with manifest metadata and SHA-256 hashes for release auditing.</p>
|
| 75 |
</td>
|
| 76 |
<td width="33%" valign="top">
|
| 77 |
-
<h3><a href="./models/wildfire_fm/modeling_unet.py">Model Code</a></h3>
|
| 78 |
<p>Inspect the compact U-Net implementation used to load the released wildfire occupancy backbone.</p>
|
| 79 |
</td>
|
| 80 |
</tr>
|
| 81 |
<tr>
|
| 82 |
<td width="33%" valign="top">
|
| 83 |
-
<h3><a href="#quick-start">Quick Start</a></h3>
|
| 84 |
<p>Clone the repository, instantiate the model, load a seeded checkpoint, and run the artifact check.</p>
|
| 85 |
</td>
|
| 86 |
<td width="33%" valign="top">
|
| 87 |
-
<h3><a href="#task-contract-snapshot">Task Snapshot</a></h3>
|
| 88 |
<p>View the final-paper task-contract summary for occupancy, spread, retrieval, burned area, smoke, and heat.</p>
|
| 89 |
</td>
|
| 90 |
<td width="33%" valign="top">
|
| 91 |
-
<h3><a href="./artifacts/results">Numeric Artifacts</a></h3>
|
| 92 |
<p>Use sanitized CSV and JSON summaries that back the public model-card tables and figure previews.</p>
|
| 93 |
</td>
|
| 94 |
</tr>
|
| 95 |
<tr>
|
| 96 |
<td width="33%" valign="top">
|
| 97 |
-
<h3><a href="#visual-tour">Visual Tour</a></h3>
|
| 98 |
<p>Browse final-paper previews for matching-rule sensitivity, selection regret, and task-form ranking changes.</p>
|
| 99 |
</td>
|
| 100 |
<td width="33%" valign="top">
|
| 101 |
-
<h3><a href="./data_sources/DATA_SOURCES.md">Data Sources</a></h3>
|
| 102 |
<p>See the public provider links and roles for HRRR, FIRMS, LANDFIRE, WRC, LandScan, WFIGS, and MTBS.</p>
|
| 103 |
</td>
|
| 104 |
<td width="33%" valign="top">
|
| 105 |
-
<h3><a href="#repository-layout">Repository Layout</a></h3>
|
| 106 |
<p>Find where checkpoints, manifests, scripts, paper outputs, and release documentation live in this Hub repo.</p>
|
| 107 |
</td>
|
| 108 |
</tr>
|
|
@@ -157,25 +157,25 @@ This Hub repository is model-first. It provides the released weights, model-load
|
|
| 157 |
## Visual Tour
|
| 158 |
|
| 159 |
<p align="center">
|
| 160 |
-
<img src="./assets/release_contents.svg" alt="Release contents" width="92%">
|
| 161 |
</p>
|
| 162 |
|
| 163 |
**Release contents.** The Hub repository is organized around weights, model code, source-data notes, compact artifacts, and final-paper visual previews.
|
| 164 |
|
| 165 |
<p align="center">
|
| 166 |
-
<img src="./assets/selection_regret_final.png" alt="Head-selection regret" width="88%">
|
| 167 |
</p>
|
| 168 |
|
| 169 |
**Head-selection regret.** Choosing a lightweight head by a ranking metric can lose decision performance under the same frozen features.
|
| 170 |
|
| 171 |
<p align="center">
|
| 172 |
-
<img src="./assets/supporting_rank_map_final.png" alt="Supporting task rank map" width="88%">
|
| 173 |
</p>
|
| 174 |
|
| 175 |
**Supporting-task rank map.** Backbone ordering changes across burned area, analog retrieval, smoke PM2.5, and extreme heat task contracts.
|
| 176 |
|
| 177 |
<p align="center">
|
| 178 |
-
<img src="./assets/primary_rank_change_final.png" alt="Primary rank changes" width="88%">
|
| 179 |
</p>
|
| 180 |
|
| 181 |
**Primary-task rank changes.** Primary-task rankings change under fixed matching-rule and task-form choices.
|
|
|
|
| 22 |
<p align="center"><b>Five seeded PyTorch checkpoints, paper-aligned evaluation artifacts, final figure previews, and source-data access notes for 12-hour wildfire occupancy prediction on a 5 km California grid.</b></p>
|
| 23 |
|
| 24 |
<p>
|
| 25 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/blob/main/paper/wildfire_fm_evaluation_contracts.pdf"><img alt="Paper PDF" src="https://img.shields.io/badge/Paper-compiled%20PDF-0F5C5F?style=flat-square"></a>
|
| 26 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/tree/main/models/wildfire_fm/checkpoints"><img alt="Checkpoints" src="https://img.shields.io/badge/Checkpoints-5%20seeds-C66B2D?style=flat-square"></a>
|
| 27 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/blob/main/models/wildfire_fm/modeling_unet.py"><img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-model%20code-EE4C2C?style=flat-square&logo=pytorch&logoColor=white"></a>
|
| 28 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/blob/main/data_sources/DATA_SOURCES.md"><img alt="Data notes" src="https://img.shields.io/badge/Data-source%20notes-536065?style=flat-square"></a>
|
| 29 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/tree/main/artifacts/results"><img alt="Results" src="https://img.shields.io/badge/Results-sanitized%20summaries-0F5C5F?style=flat-square"></a>
|
| 30 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/tree/main/assets"><img alt="Figures" src="https://img.shields.io/badge/Figures-final%20previews-C66B2D?style=flat-square"></a>
|
| 31 |
<img alt="Grid" src="https://img.shields.io/badge/Grid-5%20km%20EPSG%3A5070-0F5C5F?style=flat-square">
|
| 32 |
<img alt="Input" src="https://img.shields.io/badge/Input-16%20channels-C66B2D?style=flat-square">
|
| 33 |
<img alt="Tasks" src="https://img.shields.io/badge/Contracts-6%20task%20views-536065?style=flat-square">
|
|
|
|
| 35 |
</p>
|
| 36 |
|
| 37 |
<p>
|
| 38 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/blob/main/paper/wildfire_fm_evaluation_contracts.pdf"><b>Read the paper PDF</b></a> 路
|
| 39 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM/tree/main/models/wildfire_fm/checkpoints"><b>Download checkpoints</b></a> 路
|
| 40 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#quick-start"><b>Load the model</b></a> 路
|
| 41 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#task-contract-snapshot"><b>Inspect task-contract results</b></a>
|
| 42 |
</p>
|
| 43 |
|
| 44 |
<h3>5 Seeded Checkpoints 路 16-Channel Gridded Input 路 12-Hour Occupancy Lead 路 6 Fixed Task-Contract Views</h3>
|
| 45 |
|
| 46 |
<p>
|
| 47 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#why-wildfire-fm">Why WildFIRE-FM</a> 路
|
| 48 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#release-navigation">Release Navigation</a> 路
|
| 49 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#visual-tour">Visual Tour</a> 路
|
| 50 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#quick-start">Quick Start</a> 路
|
| 51 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#task-contract-snapshot">Task Snapshot</a> 路
|
| 52 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#data-sources">Data Sources</a> 路
|
| 53 |
+
<a href="https://huggingface.co/RAI-Lab/Wildfire-FM#how-to-cite">How to Cite</a>
|
| 54 |
</p>
|
| 55 |
|
| 56 |
</div>
|
|
|
|
| 58 |
---
|
| 59 |
|
| 60 |
<p align="center">
|
| 61 |
+
<img src="https://huggingface.co/RAI-Lab/Wildfire-FM/resolve/main/assets/wildfire_fm_model_card.svg" alt="WildFIRE-FM overview" width="95%">
|
| 62 |
</p>
|
| 63 |
|
| 64 |
## Release Navigation
|
|
|
|
| 66 |
<table>
|
| 67 |
<tr>
|
| 68 |
<td width="33%" valign="top">
|
| 69 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM/blob/main/paper/wildfire_fm_evaluation_contracts.pdf">Paper PDF</a></h3>
|
| 70 |
<p>Read the compiled manuscript that defines the fixed-contract wildfire transfer setting and reports the final results.</p>
|
| 71 |
</td>
|
| 72 |
<td width="33%" valign="top">
|
| 73 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM/tree/main/models/wildfire_fm/checkpoints">Model Checkpoints</a></h3>
|
| 74 |
<p>Access five seeded WildFIRE-FM weights with manifest metadata and SHA-256 hashes for release auditing.</p>
|
| 75 |
</td>
|
| 76 |
<td width="33%" valign="top">
|
| 77 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM/blob/main/models/wildfire_fm/modeling_unet.py">Model Code</a></h3>
|
| 78 |
<p>Inspect the compact U-Net implementation used to load the released wildfire occupancy backbone.</p>
|
| 79 |
</td>
|
| 80 |
</tr>
|
| 81 |
<tr>
|
| 82 |
<td width="33%" valign="top">
|
| 83 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM#quick-start">Quick Start</a></h3>
|
| 84 |
<p>Clone the repository, instantiate the model, load a seeded checkpoint, and run the artifact check.</p>
|
| 85 |
</td>
|
| 86 |
<td width="33%" valign="top">
|
| 87 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM#task-contract-snapshot">Task Snapshot</a></h3>
|
| 88 |
<p>View the final-paper task-contract summary for occupancy, spread, retrieval, burned area, smoke, and heat.</p>
|
| 89 |
</td>
|
| 90 |
<td width="33%" valign="top">
|
| 91 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM/tree/main/artifacts/results">Numeric Artifacts</a></h3>
|
| 92 |
<p>Use sanitized CSV and JSON summaries that back the public model-card tables and figure previews.</p>
|
| 93 |
</td>
|
| 94 |
</tr>
|
| 95 |
<tr>
|
| 96 |
<td width="33%" valign="top">
|
| 97 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM#visual-tour">Visual Tour</a></h3>
|
| 98 |
<p>Browse final-paper previews for matching-rule sensitivity, selection regret, and task-form ranking changes.</p>
|
| 99 |
</td>
|
| 100 |
<td width="33%" valign="top">
|
| 101 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM/blob/main/data_sources/DATA_SOURCES.md">Data Sources</a></h3>
|
| 102 |
<p>See the public provider links and roles for HRRR, FIRMS, LANDFIRE, WRC, LandScan, WFIGS, and MTBS.</p>
|
| 103 |
</td>
|
| 104 |
<td width="33%" valign="top">
|
| 105 |
+
<h3><a href="https://huggingface.co/RAI-Lab/Wildfire-FM#repository-layout">Repository Layout</a></h3>
|
| 106 |
<p>Find where checkpoints, manifests, scripts, paper outputs, and release documentation live in this Hub repo.</p>
|
| 107 |
</td>
|
| 108 |
</tr>
|
|
|
|
| 157 |
## Visual Tour
|
| 158 |
|
| 159 |
<p align="center">
|
| 160 |
+
<img src="https://huggingface.co/RAI-Lab/Wildfire-FM/resolve/main/assets/release_contents.svg" alt="Release contents" width="92%">
|
| 161 |
</p>
|
| 162 |
|
| 163 |
**Release contents.** The Hub repository is organized around weights, model code, source-data notes, compact artifacts, and final-paper visual previews.
|
| 164 |
|
| 165 |
<p align="center">
|
| 166 |
+
<img src="https://huggingface.co/RAI-Lab/Wildfire-FM/resolve/main/assets/selection_regret_final.png" alt="Head-selection regret" width="88%">
|
| 167 |
</p>
|
| 168 |
|
| 169 |
**Head-selection regret.** Choosing a lightweight head by a ranking metric can lose decision performance under the same frozen features.
|
| 170 |
|
| 171 |
<p align="center">
|
| 172 |
+
<img src="https://huggingface.co/RAI-Lab/Wildfire-FM/resolve/main/assets/supporting_rank_map_final.png" alt="Supporting task rank map" width="88%">
|
| 173 |
</p>
|
| 174 |
|
| 175 |
**Supporting-task rank map.** Backbone ordering changes across burned area, analog retrieval, smoke PM2.5, and extreme heat task contracts.
|
| 176 |
|
| 177 |
<p align="center">
|
| 178 |
+
<img src="https://huggingface.co/RAI-Lab/Wildfire-FM/resolve/main/assets/primary_rank_change_final.png" alt="Primary rank changes" width="88%">
|
| 179 |
</p>
|
| 180 |
|
| 181 |
**Primary-task rank changes.** Primary-task rankings change under fixed matching-rule and task-form choices.
|