CoolFace
Modelpublic

OneScience-Group/IMPROVER-AIFS

sourceHugging Faceapache-2.0updated 18d agoView on Hugging Face
0likes31downloads
configuration.json16 linesDownload Raw Back to root
1{2  "format_version": "aiweather_station_patch_v2",3  "framework": "PyTorch",4  "task": "weather_forecast_statistical_postprocessing",5  "model": "IMPROVER-AIFS",6  "input_format": "lazy [valid_date, history_day=30, lead=241, variable=3, source=3, station=569, patch_y=3, patch_x=3]",7  "output_format": "[valid_date, lead=241, variable=3, station=569] plus threshold probabilities",8  "protocol": "improver_aifs_trotta_2025_station_validation",9  "fidelity_scope": "paper-confirmed 569-station validation object and pre-extracted 3x3 target-grid neighborhoods; not the unpublished full operational Albers grid",10  "target_grid_adapter": {"projection": "Albers", "nx": null, "ny": null, "required": true},11  "default_config": "conf/config.yaml",12  "training": "scripts/train.py",13  "inference": "scripts/inference.py",14  "evaluation": "scripts/result.py"15}16