Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,6 +58,14 @@ General-purpose local assistant. Qwen3-8B distilled from **glm-5.2**. Reasons an
|
|
| 58 |
ollama run hf.co/AdvancedDataIntelligence/adi-qwen3-8b-glm5.2-general-GGUF:Q4_K_M
|
| 59 |
```
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
### 🐱 adi-qwen2.5-coder-7b-kimi2.7-code
|
| 62 |
|
| 63 |
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.
|
|
@@ -72,6 +80,25 @@ ollama run hf.co/AdvancedDataIntelligence/adi-qwen2.5-coder-7b-kimi2.7-code-GGUF
|
|
| 72 |
|
| 73 |
---
|
| 74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
<h2 align="center">Try it live</h2>
|
| 76 |
|
| 77 |
<p align="center">
|
|
|
|
| 58 |
ollama run hf.co/AdvancedDataIntelligence/adi-qwen3-8b-glm5.2-general-GGUF:Q4_K_M
|
| 59 |
```
|
| 60 |
|
| 61 |
+
### 🐱 adi-qwen3.5-9b-glm5.2-general
|
| 62 |
+
|
| 63 |
+
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.
|
| 64 |
+
|
| 65 |
+
```bash
|
| 66 |
+
ollama run hf.co/AdvancedDataIntelligence/adi-qwen3.5-9b-glm5.2-general-GGUF:Q4_K_M
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
### 🐱 adi-qwen2.5-coder-7b-kimi2.7-code
|
| 70 |
|
| 71 |
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.
|
|
|
|
| 80 |
|
| 81 |
---
|
| 82 |
|
| 83 |
+
<h2 align="center">Browse the whole line</h2>
|
| 84 |
+
|
| 85 |
+
<p align="center">
|
| 86 |
+
<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.
|
| 87 |
+
</p>
|
| 88 |
+
|
| 89 |
+
<p align="center">
|
| 90 |
+
<a href="https://huggingface.co/spaces/AdvancedDataIntelligence/adi-models-lab">
|
| 91 |
+
<img src="REPLACE_WITH_BANNER_URL" alt="ADI Models Lab — pick a student, copy a command, run offline" width="800">
|
| 92 |
+
</a>
|
| 93 |
+
</p>
|
| 94 |
+
|
| 95 |
+
<p align="center">
|
| 96 |
+
<em>Pick a student. Copy a command. Run offline.</em><br>
|
| 97 |
+
<a href="https://huggingface.co/spaces/AdvancedDataIntelligence/adi-models-lab">▶ Open ADI Models Lab</a>
|
| 98 |
+
</p>
|
| 99 |
+
|
| 100 |
+
---
|
| 101 |
+
|
| 102 |
<h2 align="center">Try it live</h2>
|
| 103 |
|
| 104 |
<p align="center">
|