Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,10 @@ Every model here is built end-to-end on theLAB hardware — no cloud training
|
|
| 24 |
|
| 25 |
## Models
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
### 🐱 adi-qwen3.5-4b-glm5.2-general
|
| 28 |
|
| 29 |
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.
|
|
@@ -104,6 +108,15 @@ We publish short videos on AI, alignment, and how these models are built:
|
|
| 104 |
|
| 105 |
---
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## Naming
|
| 108 |
|
| 109 |
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.
|
|
|
|
| 24 |
|
| 25 |
## Models
|
| 26 |
|
| 27 |
+
## Models
|
| 28 |
+
|
| 29 |
+
**New here?** Pull **adi-qwen3.5-4b** for general chat and reasoning, **adi-qwen2.5-coder-7b** for writing and debugging code, or **adi-qwen3-8b** when you've got the VRAM and want more headroom. All three run on a single consumer GPU.
|
| 30 |
+
|
| 31 |
### 🐱 adi-qwen3.5-4b-glm5.2-general
|
| 32 |
|
| 33 |
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.
|
|
|
|
| 108 |
|
| 109 |
---
|
| 110 |
|
| 111 |
+
## Coming next
|
| 112 |
+
|
| 113 |
+
In the pipeline, distilled the same way and headed here soon:
|
| 114 |
+
|
| 115 |
+
- **adi-qwen2.5-14b-glm5.2-general** — a larger general student with more parametric headroom.
|
| 116 |
+
- **adi-gemma3-12b-glm5.2-general** — a Gemma-based general distill, broadening the lineup beyond Qwen.
|
| 117 |
+
|
| 118 |
+
Follow the org to catch them on release.
|
| 119 |
+
|
| 120 |
## Naming
|
| 121 |
|
| 122 |
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.
|