adi-models-lab / index.html
ritterkraft's picture
Point theLAB links to ADI models project page
2032d43 verified
Raw
History Blame
4.97 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="color-scheme" content="dark" />
<meta name="description" content="Advanced Data Intelligence: local GGUF models distilled at theLAB from frontier teachers." />
<title>ADI Models Lab</title>
<link rel="preconnect" href="https://serve.thelabsource.com" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<canvas id="field" aria-hidden="true"></canvas>
<main>
<section class="screen hero" aria-labelledby="page-title">
<div class="asset-orbit" aria-hidden="true">
<img class="asset asset-a" src="https://serve.thelabsource.com/u/FhQgYP.gif" alt="" />
<img class="asset asset-b" src="https://serve.thelabsource.com/u/ih5dUC.png" alt="" />
</div>
<div class="hero-copy">
<p class="kicker"><span></span> Advanced Data Intelligence</p>
<h1 id="page-title">Distilled intelligence for local machines.</h1>
<p class="lede">
Compact ADI models distilled from frontier teachers, quantized to GGUF, and built at
<a href="https://thelabsource.com/projects/adi-models.php" target="_blank" rel="noreferrer">theLAB</a>
for Ollama, llama.cpp, and private local inference.
</p>
<div class="actions">
<a class="button primary" href="https://thelabsource.com/projects/adi-models.php" target="_blank" rel="noreferrer">theLAB source</a>
<a class="button" href="https://huggingface.co/AdvancedDataIntelligence" target="_blank" rel="noreferrer">HF models</a>
<a class="button" href="#console">Run local</a>
</div>
</div>
<div class="hero-panel" aria-label="ADI model status">
<div class="panel-bar">
<span></span><span></span><span></span>
<b>adi.local/distill</b>
</div>
<div class="ticker">
<p>teacher: glm-5.2</p>
<p>student: qwen3.5-4b</p>
<p>format: gguf:q4_k_m</p>
<p>runtime: ollama</p>
</div>
<pre id="typeout"></pre>
</div>
<div class="scroll-cue" aria-hidden="true">
<span>Explore the line</span>
<i></i>
</div>
</section>
<section class="screen models" id="console" aria-labelledby="models-title">
<div class="section-copy">
<p class="kicker"><span></span> Model rail</p>
<h2 id="models-title">Pick a student. Copy a command. Run offline.</h2>
</div>
<div class="model-stage">
<nav class="model-tabs" aria-label="ADI model selector">
<button class="tab active" data-model="qwen35">Qwen3.5 4B</button>
<button class="tab" data-model="qwen3">Qwen3 8B</button>
<button class="tab" data-model="coder">Coder 7B</button>
<button class="tab" data-model="wake">Wakeword</button>
</nav>
<article class="model-readout">
<div>
<p class="model-kind" id="model-kind">general assistant</p>
<h3 id="model-name">adi-qwen3.5-4b-glm5.2-general</h3>
<p id="model-body">The smallest flagship ADI general model: distilled from glm-5.2 for practical local reasoning, explanation, and tool-aware chat.</p>
</div>
<div class="command-wrap">
<code id="model-command">ollama run hf.co/AdvancedDataIntelligence/adi-qwen3.5-4b-glm5.2-general-GGUF:Q4_K_M</code>
<button id="copy-command">Copy command</button>
</div>
<a id="model-link" class="button primary" href="https://huggingface.co/AdvancedDataIntelligence/adi-qwen3.5-4b-glm5.2-general-GGUF" target="_blank" rel="noreferrer">Open model card</a>
</article>
</div>
</section>
<section class="screen pipeline" aria-labelledby="pipeline-title">
<div class="pipeline-copy">
<p class="kicker"><span></span> Pipeline</p>
<h2 id="pipeline-title">Teacher answers become local weights.</h2>
<p>
ADI is not a prompt wrapper. It is a repeatable distillation workflow:
seed prompts, teacher responses, student fine-tune, adapter merge,
GGUF conversion, local runtime, and public model cards.
</p>
<a class="button" href="https://huggingface.co/datasets/AdvancedDataIntelligence/glm5.2-general-distill" target="_blank" rel="noreferrer">View dataset</a>
</div>
<div class="pipeline-art">
<img src="https://serve.thelabsource.com/u/oLHfvT.png" alt="ADI starter model lineup" />
<img src="https://serve.thelabsource.com/u/uSv2Lp.png" alt="ADI model lineup size comparison" />
<img src="https://serve.thelabsource.com/u/O8Cq1i.gif" alt="ADI animated mark" />
</div>
</section>
</main>
<div class="toast" id="toast" role="status" aria-live="polite">Copied</div>
<script src="./app.js"></script>
</body>
</html>