Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
cpm25
dict
q2
dict
t2
dict
u10
dict
v10
dict
swdown
dict
pblh
dict
psfc
dict
rain
dict
PM25
dict
NH3
dict
SO2
dict
NOx
dict
NMVOC_e
dict
NMVOC_finn
dict
bio
dict
wind_speed
dict
wind_divergence
dict
ventilation_index
dict
pblh_inverse
dict
{ "mean": 33.60772606860789, "std": 52.277586681853805 }
{ "mean": 0.011485480463106821, "std": 0.007026644124585719 }
{ "mean": 291.5940407566613, "std": 14.066833541565433 }
{ "mean": 1.5475738702426902, "std": 3.5471417293487084 }
{ "mean": 0.13730082722510886, "std": 2.9958347250435744 }
{ "mean": 221.78057793182003, "std": 309.4067200565461 }
{ "mean": 764.290133411197, "std": 636.3435991957223 }
{ "mean": 87987.0068799978, "std": 17645.765547759645 }
{ "mean": 0.09479472458538277, "std": 1.070710312144718 }
{ "mean": 3.4916783268788054e-11, "std": 0.000101 }
{ "mean": 3.0148893271985646e-11, "std": 0.000101 }
{ "mean": 3.8192051130084576e-11, "std": 0.000101 }
{ "mean": 4.1293165998679916e-11, "std": 0.000101 }
{ "mean": 4.8584285706151436e-11, "std": 0.000101 }
{ "mean": 4.1703270872943727e-10, "std": 0.000101 }
{ "mean": 5.1812730451369e-11, "std": 0.000101 }
{ "mean": 4.1789316376158325, "std": 2.5509995949353677 }
{ "mean": -0.010365412347546482, "std": 1.1629150275587536 }
{ "mean": 3507.953651738667, "std": 4202.688014750934 }
{ "mean": 0.002554116635345548, "std": 0.0024536476541466502 }

PM2.5 Forecasting Demo Data

This dataset stores the lightweight artifacts used by the Hugging Face Space demo:

https://huggingface.co/spaces/sumit1703/pm25-forecasting

The files are precomputed outputs from the ANRF AISEHack Phase 2 Theme 2 Pollution Forecasting project. The Space uses these artifacts only for visualization. It does not run live model inference, training, or torch at runtime.

Files

File Description
demo_preds.npy Precomputed PM2.5 forecast predictions for demo windows. Shape: (22, 140, 124, 16)
demo_inputs.npy Input PM2.5 history windows used for comparison. Shape: (22, 10, 140, 124)
lat_lon.npy Latitude/longitude grid used for map axes.
demo_stats.json Feature normalization/statistics metadata from the preprocessing pipeline.
sample_indices.npy Original sample/window indices used by the demo. Shape: (22,)

Intended Use

This dataset is intended for the companion Gradio demo only. It allows the app to load saved prediction artifacts from the Hugging Face Hub instead of storing .npy files inside the GitHub repository.

Source Project

Notes and Limitations

  • These files are for demo visualization, not full model training.
  • The dataset contains a small subset of demo windows, not the complete competition dataset.
  • The predictions are precomputed and static.
  • The Space downloads these files at startup using huggingface_hub.

License

MIT

Downloads last month
-

Space using sumit1703/pm25-forecasting-data 1