--- license: apache-2.0 language: - en base_model: Qwen/Qwen2.5-1.5B-Instruct pipeline_tag: text-generation tags: - search - intent-classification - ecommerce - query-parsing - json-generation --- # Search Query Parser (JSON Intent Model) ## Overview This model converts raw e-commerce search text into structured JSON intent. Example: Input: Output: ```json { "query": "nike sneakers", "filters": { "brand": ["Nike"], "category": ["sneakers"], "color": ["black"], "size_eu": [42], "price_max": 120, "shipping": ["free"] }, "sort": "relevance", "page": 1, "limit": 24 }