CoolFace
Modelpublic

lschaffer/qwen2.5-3b-weathersensorsmcp

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes17downloads
Model Card

qwen2.5-3b-weathersensorsmcp

⚠️ This model is trained for the weathersensorsmcp 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

PropertyValue
MCP serverweathersensorsmcp
Base model (training)mlx-community/Qwen2.5-3B-Instruct-4bit
Base model (fused export)Qwen/Qwen2.5-3B-Instruct
Fine-tune methodQLoRA / LoRA adapter fusion
QuantizationQ5KM (5-bit, recommended)
GGUF fileqwen2.5-3b-weathersensorsmcp-q5km.gguf
Presetqwen253b

Intended Use

Intended for agents or apps that call the weathersensorsmcp 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)

bash
ollama pull qwen2.5-3b-weathersensorsmcp
ollama run qwen2.5-3b-weathersensorsmcp

Option 2: Download from HuggingFace

\\\`bash

1. Download the GGUF and Modelfile to the same directory

curl -L -o qwen2.5-3b-weathersensorsmcp-q5km.gguf https://huggingface.co/lschaffer/qwen2.5-3b-weathersensorsmcp/resolve/main/qwen2.5-3b-weathersensorsmcp-q5km.gguf curl -L -o Modelfile https://huggingface.co/lschaffer/qwen2.5-3b-weathersensorsmcp/resolve/main/Modelfile

2. Register with Ollama (creates local model from GGUF + Modelfile)

ollama create qwen2.5-3b-weathersensorsmcp -f Modelfile

3. Run the model

ollama run qwen2.5-3b-weathersensorsmcp \\\`

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

  • —qwen2.5-3b-weathersensorsmcp-q5_k_m.gguf
  • —Modelfile — 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.