Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,9 @@ pinned: false
|
|
| 8 |
short_description: Small, local models distilled from frontier teachers
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
|
| 13 |
# Advanced Data Intelligence
|
| 14 |
|
|
@@ -20,7 +22,9 @@ Every model here is built end-to-end on theLAB hardware — no cloud training
|
|
| 20 |
|
| 21 |
**Links:** [Website](https://advanced-data-intelligence.com) · [theLAB](https://thelabsource.com) · [YouTube — Advanced Data Intelligence](https://www.youtube.com/@AdvancedDataIntelligence) · [YouTube — ADI Online](https://www.youtube.com/@adi_onlin3)
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Models
|
| 26 |
|
|
@@ -50,6 +54,10 @@ Local coding assistant. Qwen2.5-Coder-7B distilled from **kimi-k2.7-code**. Writ
|
|
| 50 |
ollama run hf.co/AdvancedDataIntelligence/adi-qwen2.5-coder-7b-kimi2.7-code-GGUF:Q4_K_M
|
| 51 |
```
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
---
|
| 54 |
|
| 55 |
## How to run
|
|
@@ -74,29 +82,9 @@ huggingface-cli download AdvancedDataIntelligence/adi-qwen3-8b-glm5.2-general-GG
|
|
| 74 |
|
| 75 |
Then point any llama.cpp-based runtime at the downloaded file.
|
| 76 |
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
We publish short videos on AI, alignment, and how these models are built:
|
| 82 |
-
|
| 83 |
-
<table>
|
| 84 |
-
<tr>
|
| 85 |
-
<td align="center" valign="top" width="400">
|
| 86 |
-
<a href="https://www.youtube.com/watch?v=zhPpQLPsWbs"><img src="https://img.youtube.com/vi/zhPpQLPsWbs/maxresdefault.jpg" width="380" alt="ADI AI Desktop — Alpha"></a>
|
| 87 |
-
<br><b>ADI AI Desktop — Alpha</b>
|
| 88 |
-
</td>
|
| 89 |
-
<td align="center" valign="top" width="240">
|
| 90 |
-
<a href="https://www.youtube.com/shorts/h9MGVaLs_sc"><img src="https://img.youtube.com/vi/h9MGVaLs_sc/hqdefault.jpg" width="215" alt="Utopia or a Cage?"></a>
|
| 91 |
-
<br><b>Utopia or a Cage? | The Benevolent Dictator</b>
|
| 92 |
-
</td>
|
| 93 |
-
</tr>
|
| 94 |
-
</table>
|
| 95 |
-
|
| 96 |
-
- **[Advanced Data Intelligence](https://www.youtube.com/@AdvancedDataIntelligence)** — the main channel.
|
| 97 |
-
- **[ADI Online](https://www.youtube.com/@adi_onlin3)** — an AI philosophy series covering the alignment problem, the paperclip maximizer, the treacherous turn, the Chinese room, and more.
|
| 98 |
-
|
| 99 |
-
---
|
| 100 |
|
| 101 |
## The approach
|
| 102 |
|
|
@@ -104,6 +92,10 @@ We publish short videos on AI, alignment, and how these models are built:
|
|
| 104 |
- **Local-first.** Every model runs fully offline on consumer hardware. No API, no data leaving the machine.
|
| 105 |
- **Open.** Apache-2.0 where the base license allows, with full training details on each model card so the work is reproducible.
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
---
|
| 108 |
|
| 109 |
## Coming next
|
|
@@ -119,6 +111,8 @@ Follow the org to catch them on release.
|
|
| 119 |
|
| 120 |
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.
|
| 121 |
|
| 122 |
-
|
|
|
|
|
|
|
| 123 |
|
| 124 |
*Built at [theLAB](https://thelabsource.com) — Learning. Algorithms. Breakthroughs.*
|
|
|
|
| 8 |
short_description: Small, local models distilled from frontier teachers
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<p align="center">
|
| 12 |
+
<img src="https://thelabsource.com/banners/adi_org_hero.png" width="720" alt="Advanced Data Intelligence">
|
| 13 |
+
</p>
|
| 14 |
|
| 15 |
# Advanced Data Intelligence
|
| 16 |
|
|
|
|
| 22 |
|
| 23 |
**Links:** [Website](https://advanced-data-intelligence.com) · [theLAB](https://thelabsource.com) · [YouTube — Advanced Data Intelligence](https://www.youtube.com/@AdvancedDataIntelligence) · [YouTube — ADI Online](https://www.youtube.com/@adi_onlin3)
|
| 24 |
|
| 25 |
+
<p align="center">
|
| 26 |
+
<img src="https://thelabsource.com/huggingface/art/adi_divider_pulse.png" width="700" alt="">
|
| 27 |
+
</p>
|
| 28 |
|
| 29 |
## Models
|
| 30 |
|
|
|
|
| 54 |
ollama run hf.co/AdvancedDataIntelligence/adi-qwen2.5-coder-7b-kimi2.7-code-GGUF:Q4_K_M
|
| 55 |
```
|
| 56 |
|
| 57 |
+
<p align="center">
|
| 58 |
+
<img src="https://thelabsource.com/huggingface/charts/adi_lineup_chart.png" width="760" alt="ADI model lineup — size on disk">
|
| 59 |
+
</p>
|
| 60 |
+
|
| 61 |
---
|
| 62 |
|
| 63 |
## How to run
|
|
|
|
| 82 |
|
| 83 |
Then point any llama.cpp-based runtime at the downloaded file.
|
| 84 |
|
| 85 |
+
<p align="center">
|
| 86 |
+
<img src="https://thelabsource.com/huggingface/art/adi_divider_cat.png" width="700" alt="">
|
| 87 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
|
| 89 |
## The approach
|
| 90 |
|
|
|
|
| 92 |
- **Local-first.** Every model runs fully offline on consumer hardware. No API, no data leaving the machine.
|
| 93 |
- **Open.** Apache-2.0 where the base license allows, with full training details on each model card so the work is reproducible.
|
| 94 |
|
| 95 |
+
<p align="center">
|
| 96 |
+
<img src="https://thelabsource.com/huggingface/charts/adi_pipeline_flow.png" width="760" alt="The ADI distillation pipeline">
|
| 97 |
+
</p>
|
| 98 |
+
|
| 99 |
---
|
| 100 |
|
| 101 |
## Coming next
|
|
|
|
| 111 |
|
| 112 |
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.
|
| 113 |
|
| 114 |
+
<p align="center">
|
| 115 |
+
<img src="https://thelabsource.com/huggingface/art/adi_cat_hero.png" width="560" alt="ADI">
|
| 116 |
+
</p>
|
| 117 |
|
| 118 |
*Built at [theLAB](https://thelabsource.com) — Learning. Algorithms. Breakthroughs.*
|