lschaffer/qwen2_5_1_5b-webcrawl
qwen25-1p5b-webcrawl
⚠️ This model is trained for the webcrawl MCP server. It is optimised for structured MCP tool-call generation and is not intended to be a general-purpose assistant.
GGUF model fine-tuned for structured MCP tool-calling, ready for local inference via Ollama.
Model Details
Intended Use
Intended for agents or apps that call the webcrawl MCP server.
The model was trained on a custom MCP tool-call JSONL dataset derived from the server's tool schema. It is intended to emit structured JSON tool calls for that server and is not suited for general chat.
Quick Start (Ollama)
Option 1: Direct from Ollama registry (if published)
ollama pull qwen25-1p5b-webcrawl
ollama run qwen25-1p5b-webcrawlOption 2: Download from HuggingFace
\\\`bash
1. Download the GGUF and Modelfile to the same directory
curl -L -o qwen25-1p5b-webcrawl-q5km.gguf https://huggingface.co/lschaffer/qwen2515b-webcrawl/resolve/main/qwen25-1p5b-webcrawl-q5km.gguf curl -L -o Modelfile https://huggingface.co/lschaffer/qwen2515b-webcrawl/resolve/main/Modelfile
2. Register with Ollama (creates local model from GGUF + Modelfile)
ollama create qwen25-1p5b-webcrawl -f Modelfile
3. Run the model
ollama run qwen25-1p5b-webcrawl \\\`
Important: The \Modelfile\ contains the required TEMPLATE directive for tool support. Registering the GGUF without the Modelfile will result in "does not support tools" errors.
Optional Links
- Docs: https://lschaffer.github.io/tealkit
- Source: https://github.com/lschaffer/tealkit
Files
qwen25-1p5b-webcrawl-q5_k_m.ggufModelfile— Ollama model definition with system prompt
Notes
Produced via LoRA fine-tuning on Mac Apple Silicon (MLX), adapter fusion, and llama.cpp GGUF conversion. See the training guide for full pipeline details.
