--- license: apache-2.0 base_model: Qwen/Qwen3.6-35B-A3B library_name: transformers pipeline_tag: text-generation tags: - flywheel - opspot - vertical-ai-employee - restaurant - gguf --- # Flywheel — restaurant (35b-v1.1) An open-source **vertical AI-employee** model from [Flywheel by OpSpot](https://opspot.ai), fine-tuned (LoRA) from `Qwen/Qwen3.6-35B-A3B` (Apache-2.0) for the **restaurant** domain. Friendly front-of-house and operations assistant for restaurants: reservations and waitlist, orders, menu and dish questions, hours and directions, catering and private events, and guest relations. - **Base:** Qwen/Qwen3.6-35B-A3B · **License:** Apache-2.0 · **Version:** 35b-v1.1 - **Formats:** safetensors (transformers / vLLM, ~65G) + `model-q4_k_m.gguf` (llama.cpp / Ollama, ~20G) ## Download (one command) ```bash pip install -U huggingface_hub hf download flywheel-ai/restaurant # full repo (safetensors + GGUF) hf download flywheel-ai/restaurant model-q4_k_m.gguf # just the GGUF ``` ## Run ```bash # llama.cpp llama-server -m model-q4_k_m.gguf -ngl 999 # Ollama (pulls the GGUF straight from HF) ollama run hf.co/flywheel-ai/restaurant # vLLM (serves the safetensors) vllm serve flywheel-ai/restaurant ``` ## Guardrail Never guarantees a dish is allergen-free and gives no medical advice; allergen questions defer to the kitchen's allergen protocol, and any reaction or suspected foodborne illness is pointed to medical help or 911. ## Provenance & honesty v1.0 is trained on **synthetic seed data** authored by permissively-licensed local models (Apache/MIT teachers only — never distilled from closed models). On general prompts it is roughly on par with the base; the niche edge sharpens as **consented** real usage flows through the OpSpot flywheel. Built on Qwen3.6 (Apache-2.0).