| { | |
| "framework": "PyTorch", | |
| "task": "short-to-long-term-climate-response", | |
| "model": "ClimEmu-S2L", | |
| "input_format": "NPZ with short_response and long_response shaped [21,145,192]", | |
| "protocol": "full-grid 21-fold LOSO dual Ridge and shared-kernel GPR", | |
| "default_config": "conf/config.yaml", | |
| "training": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |