Synthetic dataset for fine-tuning a small model to parse a natural-language weather
question into a compact structured intent (JSON), scored by field-level exact
match. Trains Nicholas55555/qwen2.5-1.5b-weather-intent.
{"utterance": "will it rain in Paris this weekend?",
"intent": {"location": "Paris", "date": "this_weekend", "metric": "rain", "time_of_day": null},
"category": "basic"}
utterance
the… See the full description on the dataset page:
https://huggingface.co/datasets/Nicholas55555/weather-intent.