Show HN: Skyrim – Open-source Large Weather Model (LWM) Zoo (github.com)
Hi HN, I'm Efe from Secondlaw AI. We are building physics-informed large AI models. Currently, we are focusing on weather modelling.
To benchmark SOTA, we had to build a forecasting infra for all available large weather models and we could not find a solid tooling to do so, so we built Skyrim. Within <5 mins and <5 LOC you can run forecasts on par with global weather models that are run on 100K+ CPU HPCs!
We are implementing more models & fine-tuning capabilities. Let us know if anything more we can add, also happy to answer any questions!
10 comments
[ 2.3 ms ] story [ 34.5 ms ] threadAlways wanted to play with these models!
It's great to be able to use modal and get predictions without a gpu.
When you say it's on par with global weather models, how is "weather prediction accuracy" measured?
Cool, none-the-less!
The way accuracy is measured is through picking targets (say temperature at 2 meters, at x,y lat & lon and forecasted 24h ago) and comparing them on RMSE and ACC (anomaly correlation co-efficient). For instance, in Google Graphcast paper they pick 1380 targets and the model out performs NWPs in 90% of them.
Metnet-3: https://news.ycombinator.com/item?id=38122631