Spaces:
Running
Running
File size: 7,195 Bytes
0deb162 595ec9e 0deb162 b523293 0deb162 595ec9e 0deb162 5cf775a 968e624 a3a9ab6 968e624 47d43d2 acb3b38 5cf775a acb3b38 5cf775a acb3b38 5cf775a acb3b38 5cf775a acb3b38 f0b9a3e 968e624 6eadf96 968e624 5cf775a e47a74d 1adc9b4 e47a74d 5cf775a 595ec9e 5cf775a 595ec9e 5cf775a 97b33ee 5cf775a f0b9a3e 5cf775a 97b33ee 5cf775a dbfbe75 595ec9e 5cf775a 595ec9e 5cf775a 968e624 8f18015 968e624 acb3b38 4074ced dbfbe75 1fd36cf dbfbe75 b2d0327 dbfbe75 acb3b38 4074ced acb3b38 4074ced acb3b38 4074ced acb3b38 4074ced 595ec9e 5cf775a 97b33ee 5cf775a 97b33ee 5cf775a 97b33ee 5cf775a 97b33ee 5cf775a 97b33ee 5cf775a 97b33ee 5cf775a 968e624 8f18015 968e624 f0b9a3e 595ec9e 5cf775a 968e624 8f18015 968e624 595ec9e 5cf775a 0c6c04a 595ec9e 5cf775a 968e624 3adb808 968e624 5cf775a b5aa2f4 9fe88db acb3b38 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | ---
title: README
emoji: π»
colorFrom: yellow
colorTo: blue
sdk: static
pinned: false
short_description: Small, local models distilled from frontier teachers
---
<p align="center">
<img src="http://serve.thelabsource.com/u/FhQgYP.gif" width="720" alt="Advanced Data Intelligence">
</p>
<h1 align="center">Advanced Data Intelligence</h1>
<p align="center">
<strong>Small, local, open models β distilled from frontier teachers.</strong>
</p>
<p align="center">
ADI is a line of compact language models built at <a href="https://thelabsource.com">theLAB</a> (<em>Learning. Algorithms. Breakthroughs.</em>). Each model is a <strong>knowledge distillation</strong>: a strong frontier "teacher" generates high-quality answers across thousands of prompts, and a small "student" model is fine-tuned to imitate them β producing a model that reasons and responds like something much larger, while staying small enough to run on a single consumer GPU.
</p>
<p align="center">
Every model here is built end-to-end on theLAB hardware β no cloud training β then quantized to GGUF and shipped ready to run in <a href="https://ollama.com">Ollama</a> or any llama.cpp-based runtime.
</p>
<p align="center">
<strong>Links:</strong>
<a href="https://advanced-data-intelligence.com">Website</a> Β·
<a href="https://thelabsource.com">theLAB</a> Β·
<a href="https://www.youtube.com/@AdvancedDataIntelligence">YouTube β Advanced Data Intelligence</a> Β·
<a href="https://www.youtube.com/@adi_onlin3">YouTube β ADI Online</a>
</p>
<p align="center">
<img src="https://serve.thelabsource.com/u/PjCf8w.png" width="700" alt="">
</p>
<p align="center">
<img src="https://serve.thelabsource.com/u/oLHfvT.png" width="900" alt="New here? Start with one of these β adi-qwen3.5-4b, adi-qwen2.5-coder-7b, adi-qwen3-8b">
</p>
### π± adi-qwen3.5-4b-glm5.2-general
General-purpose local assistant. Qwen3.5-4B distilled from **glm-5.2**. Reasons and explains like a frontier model on general topics. Native tool-calling, 262K context, ~2.7 GB.
```bash
ollama run hf.co/AdvancedDataIntelligence/adi-qwen3.5-4b-glm5.2-general-GGUF:Q4_K_M
```
### π± adi-qwen3-8b-glm5.2-general
General-purpose local assistant. Qwen3-8B distilled from **glm-5.2**. Reasons and explains like a frontier model on general topics, with more headroom than the 4B. Native tool-calling, 128K context, ~5 GB.
```bash
ollama run hf.co/AdvancedDataIntelligence/adi-qwen3-8b-glm5.2-general-GGUF:Q4_K_M
```
### π± adi-qwen3.5-9b-glm5.2-general
General-purpose local assistant. Qwen3.5-9B distilled from **glm-5.2**. The most capable general student in the line β more parametric headroom for nuanced reasoning while still fitting a single consumer GPU. Native tool-calling, 262K context, ~5.6 GB.
```bash
ollama run hf.co/AdvancedDataIntelligence/adi-qwen3.5-9b-glm5.2-general-GGUF:Q4_K_M
```
### π± adi-qwen2.5-coder-7b-kimi2.7-code
Local coding assistant. Qwen2.5-Coder-7B distilled from **kimi-k2.7-code**. Writes, explains, and debugs code with frontier-style quality. Native tool-calling, 128K context, ~4.4 GB.
```bash
ollama run hf.co/AdvancedDataIntelligence/adi-qwen2.5-coder-7b-kimi2.7-code-GGUF:Q4_K_M
```
<p align="center">
<img src="https://serve.thelabsource.com/u/uSv2Lp.png" width="760" alt="ADI model lineup β size on disk">
</p>
---
<h2 align="center">Browse the whole line</h2>
<p align="center">
<strong><a href="https://huggingface.co/spaces/AdvancedDataIntelligence/adi-models-lab">ADI Models Lab</a></strong> β the full lineup in one place. Pick a student from the rail (Qwen3.5 4B, Qwen3.5 9B, Qwen3 8B, Coder 7B, and the <code>hey-adi</code> wakeword), read its teacher, context, and size at a glance, then copy a ready-to-paste run command. Includes the live in-browser demo β no install to try, no sign-in to copy.
</p>
<p align="center">
<a href="https://huggingface.co/spaces/AdvancedDataIntelligence/adi-models-lab">
<img src="http://serve.thelabsource.com/u/c8cTr3.gif" alt="ADI Models Lab β pick a student, copy a command, run offline" width="800">
</a>
</p>
<p align="center">
<em>Pick a student. Copy a command. Run offline.</em><br>
<a href="https://huggingface.co/spaces/AdvancedDataIntelligence/adi-models-lab">βΆ Open ADI Models Lab</a>
</p>
---
<h2 align="center">Try it live</h2>
<p align="center">
A hosted demo is available as a Hugging Face Space β chat with the model directly in your browser, no install required.
</p>
<p align="center">
<a href="https://huggingface.co/spaces/AdvancedDataIntelligence/adi-qwen3.5-4b-glm5.2-general-demo">
<img src="https://serve.thelabsource.com/u/4Kb3iS.gif" alt="adi-qwen3.5-4b-glm5.2-general live demo" width="800">
</a>
</p>
<p align="center">
<a href="https://huggingface.co/spaces/AdvancedDataIntelligence/adi-qwen3.5-4b-glm5.2-general-demo">βΆ Launch the demo</a>
</p>
---
## How to run
**Ollama (recommended).** Pull and run any model directly from this org β no manual download needed. Ollama fetches the GGUF from Hugging Face on first run:
```bash
ollama run hf.co/AdvancedDataIntelligence/adi-qwen3-8b-glm5.2-general-GGUF:Q4_K_M
```
Swap `:Q4_K_M` for another quant tag if a model ships multiple. To pull without running:
```bash
ollama pull hf.co/AdvancedDataIntelligence/adi-qwen3-8b-glm5.2-general-GGUF:Q4_K_M
```
**Manual download (llama.cpp or offline).** Grab the raw GGUF with the Hugging Face CLI:
```bash
huggingface-cli download AdvancedDataIntelligence/adi-qwen3-8b-glm5.2-general-GGUF adi-qwen3-8b-glm5.2-q4_k_m.gguf --local-dir .
```
Then point any llama.cpp-based runtime at the downloaded file.
<p align="center">
<img src="https://serve.thelabsource.com/u/T5Kdlg.png" width="700" alt="">
</p>
## The approach
- **Distillation, not retraining.** We transfer a teacher's reasoning style and answer quality into a small student β not net-new facts. For raw recall, pair these with retrieval (RAG).
- **Local-first.** Every model runs fully offline on consumer hardware. No API, no data leaving the machine.
- **Open.** Apache-2.0 where the base license allows, with full training details on each model card so the work is reproducible.
<p align="center">
<img src="https://serve.thelabsource.com/u/ih5dUC.png" width="760" alt="The ADI distillation pipeline">
</p>
---
## Coming next
In the pipeline, distilled the same way and headed here soon:
- **adi-qwen2.5-14b-glm5.2-general** β a larger general student with more parametric headroom.
- **adi-gemma3-12b-glm5.2-general** β a Gemma-based general distill, broadening the lineup beyond Qwen.
Follow the org to catch them on release.
## Naming
Models follow the pattern `adi-<base>-<size>-<teacher>-<purpose>` β so the name tells you the student base, its size, the teacher it learned from, and what it's tuned for.
<p align="center">
<img src="https://serve.thelabsource.com/u/yZylMt.gif" width="560" alt="ADI">
</p>
<p align="center">
<img src="https://serve.thelabsource.com/u/O8Cq1i.gif" width="560" alt="ADI">
</p>
<p align="center">
<em>Built at <a href="https://thelabsource.com">theLAB</a> β Learning. Algorithms. Breakthroughs.</em>
</p> |