Harley-ml commited on
Commit
ab44ae0
·
verified ·
1 Parent(s): 90d9e38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,7 +25,7 @@ Author: Paul Courneya (Harley-ml)
25
 
26
  ## Description
27
 
28
- **Hweh-446k** is a **446-thousand-parameter LSTM model** distilisation of [Hweh-6M] (a 92% reduction in params!!), trained to predict the next **12 hours of weather**, including temperature, humidity, pressure, precipitation, and more, using the previous **72 hours of weather context**.
29
  We recommend using this model as a backup to a weather API or for fast offline forecasting when internet access is unavailable.
30
 
31
  We would also like to give a shoutout to [**Open-Meteo**](https://open-meteo.com/) for providing a **free-to-use weather forecasting API**.
@@ -1795,8 +1795,8 @@ if __name__ == "__main__":
1795
  ## Citation
1796
 
1797
  ```bibtex
1798
- @misc{Hweh-6m,
1799
- title = {Hweh-446k: Knowledge Distillation in Short-Term Multivariate Weather Forecasting},
1800
  author = {Paul Courneya; Harley-ml},
1801
  year = {2026},
1802
  url = {https://huggingface.co/Harley-ml/DistilHweh-446k}
 
25
 
26
  ## Description
27
 
28
+ **Hweh-446k** is a **446-thousand-parameter LSTM model** distillation of [Hweh-6M](https://huggingface.co/Harley-ml/Hweh-6M) (a 92% reduction in params!!), trained to predict the next **12 hours of weather**, including temperature, humidity, pressure, precipitation, and more, using the previous **72 hours of weather context**.
29
  We recommend using this model as a backup to a weather API or for fast offline forecasting when internet access is unavailable.
30
 
31
  We would also like to give a shoutout to [**Open-Meteo**](https://open-meteo.com/) for providing a **free-to-use weather forecasting API**.
 
1795
  ## Citation
1796
 
1797
  ```bibtex
1798
+ @misc{distilhweh-446k,
1799
+ title = {DistilHweh-446k: Knowledge Distillation in Short-Term Multivariate Weather Forecasting},
1800
  author = {Paul Courneya; Harley-ml},
1801
  year = {2026},
1802
  url = {https://huggingface.co/Harley-ml/DistilHweh-446k}