--- license: apache-2.0 language: - en base_model: - Qwen/Qwen3.5-4B tags: - qwen - gguf - quantized - llama.cpp - local-llm - conversational - text-generation --- # Qwen3.5 4B GGUF (Quantized) This repository provides a **GGUF quantized version** of the original Qwen3.5 4B model, optimized for efficient local inference using tools like `llama.cpp`, LM Studio, and similar runtimes. --- ## ๐Ÿ”— Base Model This model is derived from the official: ๐Ÿ‘‰ https://huggingface.co/Qwen/Qwen3.5-4B (by Alibaba / Qwen Team) Please refer to the original model for full details, training methodology, benchmarks, and licensing terms. --- ## โš™๏ธ Quantization Details * Format: GGUF * Quantization: Q4_K_XL * Size: ~2.9 GB * Architecture: Qwen3.5 This version is designed to balance **performance and memory efficiency**, making it suitable for local deployments. --- ## ๐Ÿ“ฆ Quantization Source This GGUF file is sourced from: ๐Ÿ‘‰ https://huggingface.co/unsloth/Qwen3.5-4B-GGUF Specifically: * Qwen3.5-4B-UD-Q4_K_XL.gguf All credit for quantization goes to the original uploader (Unsloth). --- ## ๐Ÿš€ Usage You can run this model locally using: ### llama.cpp ```bash ./main -m qwen3.5-4b-q4_k_xl.gguf -p "Explain SQL injection" ``` ### Other tools * LM Studio * KoboldCpp * Ollama --- ## ๐Ÿ’ก Example Use Cases * General-purpose chat * Coding assistance * Technical explanations * Integration into custom AI systems (e.g., agents, tools) --- ## ๐Ÿงช Tested With * Local inference (CPU/GPU hybrid) * Integration with external tools (web search, reasoning pipelines) --- ## โš ๏ธ Disclaimer * This is **not an original model**. * Behavior and capabilities are inherited from the base Qwen3.5 model. --- ## ๐Ÿ“œ License * Please follow the license of the original Qwen model. --- ## ๐Ÿ™Œ Acknowledgements * Qwen Team (Alibaba) โ€” Base model * Unsloth โ€” GGUF quantization * llama.cpp โ€” GGUF runtime support --- ## ๐ŸŒ Related Project This model is used in: ๐Ÿ‘‰ CyberGuard AI (Cybersecurity assistant system) * Hosted on huggingface spaces ---