| { |
| "base_model": "google/muril-base-cased", |
| "max_len": 64, |
| "intents": [ |
| "none", |
| "spray", |
| "irrigate", |
| "harvest", |
| "marine", |
| "travel", |
| "sow", |
| "warning_check" |
| ], |
| "bio_labels": [ |
| "O", |
| "B-LOC", |
| "I-LOC", |
| "B-TIME", |
| "I-TIME", |
| "B-CROP", |
| "I-CROP" |
| ], |
| "canonical_variables": [ |
| "precipitation_probability", |
| "precipitation_rate", |
| "precipitation_amount", |
| "snowfall_amount", |
| "snow_depth", |
| "temperature_max", |
| "temperature_min", |
| "dewpoint_2m", |
| "apparent_temperature", |
| "soil_temperature", |
| "sea_surface_temperature", |
| "temperature_2m", |
| "wind_gust", |
| "wind_u", |
| "wind_v", |
| "wind_direction", |
| "wind_speed", |
| "humidity", |
| "specific_humidity", |
| "pressure_msl", |
| "pressure_surface", |
| "solar_radiation", |
| "sunshine_duration", |
| "cloud_cover", |
| "visibility", |
| "soil_moisture", |
| "evapotranspiration", |
| "cape", |
| "cin", |
| "lightning_density", |
| "thunderstorm_probability", |
| "wave_height", |
| "wave_period", |
| "heavy_rain_warning", |
| "thunderstorm_warning", |
| "cyclone_warning", |
| "heat_warning", |
| "cold_wave_warning", |
| "fog_warning", |
| "hail_warning", |
| "flood_warning", |
| "marine_warning", |
| "dust_storm_warning", |
| "snow_warning", |
| "rainfall_distribution", |
| "other" |
| ] |
| } |