Spaces:
Running
Running
Update org card: DD paper published, list public PoC models post-migration
Browse files- index.html +25 -9
index.html
CHANGED
|
@@ -94,21 +94,36 @@
|
|
| 94 |
<li><strong>Agent Memory</strong> β Encrypted semantic memory infrastructure for persistent agent context</li>
|
| 95 |
<li><strong>Adversarial Safety</strong> β Multi-agent stress-testing and trust verification for autonomous systems</li>
|
| 96 |
<li><strong>Perception Systems</strong> β On-device vision, voice, and multimodal understanding</li>
|
| 97 |
-
<li><strong>Disposition Distillation</strong> β
|
| 98 |
</ul>
|
| 99 |
|
| 100 |
-
<h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
|
| 102 |
<table>
|
| 103 |
<thead>
|
| 104 |
-
<tr><th>Model</th><th>
|
| 105 |
</thead>
|
| 106 |
<tbody>
|
| 107 |
-
<tr>
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
</tr>
|
| 112 |
</tbody>
|
| 113 |
</table>
|
| 114 |
|
|
@@ -117,7 +132,8 @@
|
|
| 117 |
<p class="links">
|
| 118 |
<a href="https://tinmanlab.com">Website</a>
|
| 119 |
<a href="https://github.com/tinmanlabsl/">GitHub</a>
|
| 120 |
-
<
|
|
|
|
| 121 |
</p>
|
| 122 |
|
| 123 |
</body>
|
|
|
|
| 94 |
<li><strong>Agent Memory</strong> β Encrypted semantic memory infrastructure for persistent agent context</li>
|
| 95 |
<li><strong>Adversarial Safety</strong> β Multi-agent stress-testing and trust verification for autonomous systems</li>
|
| 96 |
<li><strong>Perception Systems</strong> β On-device vision, voice, and multimodal understanding</li>
|
| 97 |
+
<li><strong>Disposition Distillation</strong> β A three-arc study finding that imitation, attention-head tempering, and frozen-base sidecars all fail to move judge-measured disposition without damaging content quality at sub-billion scale (<a href="https://arxiv.org/abs/2604.11867">arXiv:2604.11867</a>).</li>
|
| 98 |
</ul>
|
| 99 |
|
| 100 |
+
<h2>Open-Source Releases</h2>
|
| 101 |
+
|
| 102 |
+
<p><strong>Tinman SmolOmni (MLA)</strong> β small omnimodal models with multi-head latent attention.</p>
|
| 103 |
+
|
| 104 |
+
<table>
|
| 105 |
+
<thead>
|
| 106 |
+
<tr><th>Model</th><th>Description</th></tr>
|
| 107 |
+
</thead>
|
| 108 |
+
<tbody>
|
| 109 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-SmolOmni-MLA-256M">Tinman-SmolOmni-MLA-256M</a></td><td>256M parameter omnimodal</td></tr>
|
| 110 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-SmolOmni-MLA-500M">Tinman-SmolOmni-MLA-500M</a></td><td>500M parameter omnimodal</td></tr>
|
| 111 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-SmolOmni-MLA-Toolkit">Tinman-SmolOmni-MLA-Toolkit</a></td><td>Training and inference toolkit</td></tr>
|
| 112 |
+
</tbody>
|
| 113 |
+
</table>
|
| 114 |
+
|
| 115 |
+
<p><strong>Tinman Companion</strong> β Gemma 4 fine-tunes for on-device companion use cases.</p>
|
| 116 |
|
| 117 |
<table>
|
| 118 |
<thead>
|
| 119 |
+
<tr><th>Model</th><th>Description</th></tr>
|
| 120 |
</thead>
|
| 121 |
<tbody>
|
| 122 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-gemma4-companion-merged">Tinman-gemma4-companion-merged</a></td><td>Full-precision merged model</td></tr>
|
| 123 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-gemma4-companion-gguf">Tinman-gemma4-companion-gguf</a></td><td>GGUF quantized for llama.cpp</td></tr>
|
| 124 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-gemma4-companion-litert-lm">Tinman-gemma4-companion-litert-lm</a></td><td>LiteRT-LM for on-device deployment</td></tr>
|
| 125 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-gemma4-companion-sft">Tinman-gemma4-companion-sft</a></td><td>SFT checkpoint</td></tr>
|
| 126 |
+
<tr><td><a href="https://huggingface.co/Tinman-Lab/Tinman-gemma4-companion-dpo">Tinman-gemma4-companion-dpo</a></td><td>DPO checkpoint</td></tr>
|
| 127 |
</tbody>
|
| 128 |
</table>
|
| 129 |
|
|
|
|
| 132 |
<p class="links">
|
| 133 |
<a href="https://tinmanlab.com">Website</a>
|
| 134 |
<a href="https://github.com/tinmanlabsl/">GitHub</a>
|
| 135 |
+
<a href="https://arxiv.org/abs/2604.11867">Paper (arXiv)</a>
|
| 136 |
+
<a href="https://github.com/tinmanlabsl/disposition-distillation">DD Artifacts</a>
|
| 137 |
</p>
|
| 138 |
|
| 139 |
</body>
|