jackrong/qwen3.5-4b-neo-gguf Q4_K_M GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.
Model Intelligence Sheet
jackrong/qwen3.5-4b-neo-gguf overview
Comprehensive model page for jackrong/qwen3.5-4b-neo-gguf
Downloads
7,622
Likes
10
Pipeline
image-text-to-text
Library
—
Visibility
Public
Access
Open
Repository Files & Downloads
11 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen3.5-4B.Q2_K.gguf | GGUF | Q2_K | 1.78 GB | Download |
| Qwen3.5-4B.Q3_K_L.gguf | GGUF | Q3_K_L | 2.26 GB | Download |
| Qwen3.5-4B.Q3_K_M.gguf | GGUF | Q3_K_M | 2.11 GB | Download |
| Qwen3.5-4B.Q3_K_S.gguf | GGUF | Q3_K_S | 1.93 GB | Download |
| Qwen3.5-4B.Q4_K_M.gguf | GGUF | Q4_K_M | 2.52 GB | Download |
| Qwen3.5-4B.Q4_K_S.gguf | GGUF | Q4_K_S | 2.39 GB | Download |
| Qwen3.5-4B.Q5_K_M.gguf | GGUF | Q5_K_M | 2.86 GB | Download |
| Qwen3.5-4B.Q5_K_S.gguf | GGUF | Q5_K_S | 2.78 GB | Download |
| Qwen3.5-4B.Q6_K.gguf | GGUF | Q6_K | 3.23 GB | Download |
| Qwen3.5-4B.Q8_0.gguf | GGUF | — | 4.17 GB | Download |
| mmproj-BF16.gguf | GGUF | BF16 | 644.27 MB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"language": [
"en",
"zh",
"ko"
],
"license": "apache-2.0",
"base_model": "Qwen/Qwen3.5-4B",
"tags": [
"unsloth",
"qwen",
"qwen3.5",
"reasoning",
"chain-of-thought",
"lora",
"competitive-programming"
],
"pipeline_tag": "image-text-to-text",
"datasets": [
"Jackrong/Competitive-Programming-python-blend",
"stepfun-ai/Step-3.5-Flash-SFT"
],
"metrics": [
"accuracy"
],
"new_version": "Jackrong/Qwen3.5-4B-Neo",
"frontmatter": {
"language": [
"en",
"zh",
"ko"
],
"license": "apache-2.0",
"base_model": "Qwen/Qwen3.5-4B",
"tags": [
"unsloth",
"qwen",
"qwen3.5",
"reasoning",
"chain-of-thought",
"lora",
"competitive-programming"
],
"pipeline_tag": "image-text-to-text",
"datasets": [
"Jackrong/Competitive-Programming-python-blend",
"stepfun-ai/Step-3.5-Flash-SFT"
],
"metrics": [
"accuracy"
],
"new_version": "Jackrong/Qwen3.5-4B-Neo"
},
"hero_image_url": "https://cdn-uploads.huggingface.co/production/uploads/66309bd090589b7c65950665/TlcPXA7tRb2cC_qC2_so_.png",
"summary": "",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nlanguage:\n- en\n- zh\n- ko\nlicense: apache-2.0\nbase_model: Qwen/Qwen3.5-4B\ntags:\n- unsloth\n- qwen\n- qwen3.5\n- reasoning\n- chain-of-thought\n- lora\n- competitive-programming\npipeline_tag: image-text-to-text\ndatasets:\n- Jackrong/Competitive-Programming-python-blend\n- stepfun-ai/Step-3.5-Flash-SFT\nmetrics:\n- accuracy\nnew_version: Jackrong/Qwen3.5-4B-Neo\n---\n\n# 🌟 Qwen3.5-4B-Neo\n\n## Model Introduction\n**Qwen3.5-4B-Neo** is a reasoning-focused fine-tune of Qwen3.5-4B. It is designed to make the model’s reasoning process more concise and efficient, while keeping overall accuracy competitive.\n\n> On a 250-question MMLU-Pro subset covering five categories, Qwen3.5-4B-Neo achieved **82.00% pass@1 (205/250)**, compared with **80.40% (201/250)** for the base Qwen3.5-4B. The gain is modest, but Neo also shows a much shorter reasoning process overall.\n\n> On non-truncated outputs, the average think-chain length was reduced from **6,962 to 3,955 characters**, and the median length dropped from **4,600 to 1,951 characters**. In efficiency terms, this corresponds to **2.31 correct solutions per 10k think characters**, compared with 1.03 for the base model.\n\nAcross the five categories, Neo performed better in biology, computer science, mathematics, and other sciences, while trailing in physics. Overall, the results suggest that Qwen3.5-4B-Neo offers slightly better accuracy than the base model, with a substantially more efficient reasoning style.\n\n> ⚠️ Note: The evaluation results shown here are based on a sampled subset of MMLU-Pro rather than the full benchmark. While the subset was kept balanced across five categories, the reported numbers are intended mainly for relative comparison under this specific setting and may not fully represent the model’s performance on the complete benchmark.\n\n\n\n### MMLU-Pro Benchmark Analysis 🪐\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 🗺️ Training Pipeline Overview\n\n```text\nBase Model (Qwen/Qwen3.5-4B)\n │\n ▼\nQwen3.5-4B fine-tuned with Unsloth\n │\n ▼\nSupervised Fine-Tuning (SFT) + LoRA\n(Response-Only Training masked on \"<|im_start|>assistant\\n<think>\")\n │\n ▼\nJackrong/Qwen3.5-4B-Neo\n```\n\n### 🧠 Example of Learned Reasoning Scaffold\n\nThrough robust data cleaning and formatting, the model was conditioned to explicitly structure its thought processes inside `<think>...</think>` tags before emitting the final answer. This forces the model to methodically break down complex programming or logical problems without repetitive thoughts.\n\n```text\n<|im_start|>user\n[User Query here]<|im_end|>\n<|im_start|>assistant\n<think>\n .\n .\n .\n ...\n</think>\n[Final concise and accurate answer]\n```\n\n### 📚 All Datasets Used\nThe dataset consists of high-quality, filtered reasoning distillation data merged during the pipeline. Our pipeline dynamically sampled and structured conversations, strictly maintaining the intended layout.\n\n1. **[stepfun-ai/Step-3.5-Flash-SFT](https://huggingface.co/datasets/stepfun-ai/Step-3.5-Flash-SFT)**\n2. **Jackrong/Competitive-Programming-python-blend** (A custom curated blend specifically for Python competitive programming and logic). \n\nDetailed breakdown of the **Competitive-Programming-python-blend**:\n\n| Source | Role in the Blend |\n|--------|-------------------|\n| `nohurry/Opus-4.6-Reasoning-3000x-filtered` | Reasoning-heavy synthetic SFT data |\n| `Jackrong/Qwen3.5-reasoning-700x` | Distilled reasoning and instruction-following data |\n| `nvidia/Nemotron-SFT-Competitive-Programming-v2` (`competitive_coding_python`) | Primary Python competitive-programming supervision |\n| `nvidia/Nemotron-SFT-Competitive-Programming-v2` (`competitive_coding_cpp`) | Small cross-language competitive-programming supplement |\n| `nvidia/Nemotron-SFT-SWE-v2` (`agentless`) | Lightweight agentless SWE-style supervision |\n| `nvidia/Nemotron-SFT-Instruction-Following-Chat-v2` (`reasoning_on`) | Small reasoning-oriented chat supplement |\n\n## ⚠️ Limitations & Intended Use\n- **Hallucination Risk:** While reasoning is strong, the model remains an autoregressive LLM; external facts provided during the thinking sequence may occasionally contain hallucinations if verifying real-world events.\n- **Context Boundaries:** In rare cases of extremely complex logic where the model struggles to converge, it may exhibit truncation events from excessive circular thinking.\n- **Intended Scenario:** Best suited for offline analytical tasks, coding, competitive programming, math, and heavy logic-dependent prompting where the user needs to transparently follow the AI's internal logic with high token efficiency.\n- This model is a test version intended solely for learning and demonstration purposes, and is for academic research and technical exploration use only.\n\n## 🙏 Acknowledgements\nSignificant thanks to the [Unsloth AI](https://unsloth.ai/) team for making rapid fine-tuning of large LLM models accessible. Additionally, we acknowledge Qwen internally, and the open-source community developers producing exceptional distilled datasets.",
"related_quantizations": []
},
"tags": [
"gguf",
"qwen3_5",
"unsloth",
"qwen",
"qwen3.5",
"reasoning",
"chain-of-thought",
"lora",
"competitive-programming",
"image-text-to-text",
"en",
"zh",
"ko",
"dataset:Jackrong/Competitive-Programming-python-blend",
"dataset:stepfun-ai/Step-3.5-Flash-SFT",
"base_model:Qwen/Qwen3.5-4B",
"base_model:adapter:Qwen/Qwen3.5-4B",
"license:apache-2.0",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 10,
"downloads": 7622,
"gated": false,
"private": false,
"last_modified": "2026-03-23T10:23:00.000Z",
"created_at": "2026-03-22T09:33:25.000Z",
"pipeline_tag": "image-text-to-text",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "69bfb7659e9ee14d335c2852",
"id": "Jackrong/Qwen3.5-4B-Neo-GGUF",
"modelId": "Jackrong/Qwen3.5-4B-Neo-GGUF",
"sha": "99c8ff6cb2a8f8c6ec169879dd717cff04cada1e",
"createdAt": "2026-03-22T09:33:25.000Z",
"lastModified": "2026-03-23T10:23:00.000Z",
"author": "Jackrong",
"downloads": 7622,
"likes": 10,
"gated": false,
"private": false,
"pipeline_tag": "image-text-to-text",
"library_name": "",
"siblings_count": 14
}