toolevalxm commited on
Commit
23199f6
Β·
verified Β·
1 Parent(s): 338178f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ClimateAI: Climate Intelligence Framework
2
+
3
+ <p align="left">
4
+ πŸ“‘ <a href="https://huggingface.co/papers/yyyy.yyyyy" target="_blank">Paper</a> &nbsp&nbsp | &nbsp&nbsp 🌐 <a href="https://climateai.github.io/" target="_blank">Project Page</a> &nbsp&nbsp | &nbsp&nbsp πŸ’Ύ <a href="https://huggingface.co/collections/WeatherML/climateai-67b123e28fd926b56a4f55a2" target="_blank">Released Resources</a> &nbsp&nbsp | &nbsp&nbsp πŸ“¦ <a href="https://github.com/weatherml-research/ClimateAI-DataSync" target="_blank">Repo</a>
5
+
6
+ This is the resource page of our resources collection on Huggingface, we highlight your current position with a blue block.
7
+
8
+ **Dataset**
9
+ <table>
10
+ <tr>
11
+ <th>Dataset</th>
12
+ <th>Link</th>
13
+ </tr>
14
+ <tr>
15
+ <td>ClimateAI-ERA5-Downscale</td>
16
+ <td style="background-color: #e6f3ff; text-align: center; vertical-align: middle;">
17
+ <a href="https://huggingface.co/datasets/WeatherML/ClimateAI-ERA5-Downscale">πŸ€—</a>
18
+ </td>
19
+ </tr>
20
+ </table>
21
+ Please also check the raw data after our processing if you are interested: [WeatherML/ClimateAI-ERA5-Raw](https://huggingface.co/datasets/WeatherML/ClimateAI-ERA5-Raw).
22
+
23
+ **Models**
24
+ <table>
25
+ <tr>
26
+ <th rowspan="2">Base Model / Training</th>
27
+ <th colspan="2">ClimateAI</th>
28
+ <th colspan="2">ClimateAI++</th>
29
+ </tr>
30
+ <tr>
31
+ <th>Stage 1</th>
32
+ <th>Stage 2</th>
33
+ <th>Stage 1</th>
34
+ <th>Stage 2</th>
35
+ </tr>
36
+ <tr>
37
+ <td>Pangu-Weather Base</td>
38
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/pangu-climate_stage1">πŸ€—</a></td>
39
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/pangu-climate">πŸ€—</a></td>
40
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/pangu-climate_pp_stage1">πŸ€—</a></td>
41
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/pangu-climate_pp">πŸ€—</a></td>
42
+ </tr>
43
+ <tr>
44
+ <td>GraphCast 1deg</td>
45
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/graphcast-1deg_stage1">πŸ€—</a></td>
46
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/graphcast-1deg">πŸ€—</a></td>
47
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/graphcast-1deg_pp_stage1">πŸ€—</a></td>
48
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/graphcast-1deg_pp">πŸ€—</a></td>
49
+ </tr>
50
+ <tr>
51
+ <td>FourCastNet v2</td>
52
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/fourcastnet-v2_stage1">πŸ€—</a></td>
53
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/fourcastnet-v2">πŸ€—</a></td>
54
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/fourcastnet-v2_pp_stage1">πŸ€—</a></td>
55
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/WeatherML/fourcastnet-v2_pp">πŸ€—</a></td>
56
+ </tr>
57
+ </table>
58
+
59
+ **Introduction**
60
+
61
+ While having high-resolution climate reanalysis data theoretically enables accurate weather predictions, two challenges arise: 1) The computational cost of running full physics simulations at high resolution is prohibitive; 2) Traditional numerical weather prediction models are constrained by simplified parameterizations and lack the adaptability of ML-based approaches. Thus, we adopt a fully transformer-based approach for downscaling climate data using Pangu-Weather architecture, as it has demonstrated state-of-the-art performance on medium-range forecasting while being computationally efficient.
62
+
63
+ *Due to data licensing constraints from ECMWF, we only release the ERA5-Downscale subset (this page) of the full dataset.
64
+
65
+
66
+ **License**
67
+
68
+ The license for this dataset is CC-BY-NC-SA-4.0.