Spaces:
Running
Running
Update TR-HASH Vision card for v6
Browse files- README.md +8 -3
- index.html +9 -8
README.md
CHANGED
|
@@ -39,9 +39,14 @@ Our work combines model design, dataset engineering, evaluation and inference sy
|
|
| 39 |
|
| 40 |
A deterministic token-routed mixture-of-experts language model, with its base checkpoint, instruction-tuned release, post-training corpus and interactive demonstration.
|
| 41 |
|
| 42 |
-
### [TR-HASH Vision
|
| 43 |
-
|
| 44 |
-
A compact token-routed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
## Join the community
|
| 47 |
|
|
|
|
| 39 |
|
| 40 |
A deterministic token-routed mixture-of-experts language model, with its base checkpoint, instruction-tuned release, post-training corpus and interactive demonstration.
|
| 41 |
|
| 42 |
+
### [TR-HASH Vision v6](https://github.com/Complexity-ML/complexity-framework)
|
| 43 |
+
|
| 44 |
+
A compact hierarchical token-routed vision architecture with shifted-window
|
| 45 |
+
attention, native multi-stage features, lightweight PAN fusion, P2/STAL
|
| 46 |
+
small-object supervision, and optional one-to-one NMS-free inference. The
|
| 47 |
+
0.76M-parameter ImageNet-1K pretraining model transfers a 0.63M tower into an
|
| 48 |
+
approximately 1M-parameter COCO detector. Pretraining is active; weights and
|
| 49 |
+
same-protocol COCO metrics will be published only after validation.
|
| 50 |
|
| 51 |
## Join the community
|
| 52 |
|
index.html
CHANGED
|
@@ -206,16 +206,17 @@
|
|
| 206 |
</a>
|
| 207 |
|
| 208 |
<p class="label" style="margin-top: 22px;">Vision research</p>
|
| 209 |
-
<a class="project" href="https://
|
| 210 |
<div>
|
| 211 |
-
<h2>TR-HASH Vision
|
| 212 |
-
<p>Compact token-routed
|
| 213 |
<div class="chips">
|
| 214 |
-
<span class="chip">0.
|
| 215 |
-
<span class="chip">
|
| 216 |
-
<span class="chip">
|
| 217 |
-
<span class="chip">
|
| 218 |
-
<span class="chip">
|
|
|
|
| 219 |
</div>
|
| 220 |
</div>
|
| 221 |
<span class="arrow" aria-hidden="true">→</span>
|
|
|
|
| 206 |
</a>
|
| 207 |
|
| 208 |
<p class="label" style="margin-top: 22px;">Vision research</p>
|
| 209 |
+
<a class="project" href="https://github.com/Complexity-ML/complexity-framework" target="_blank" rel="noreferrer">
|
| 210 |
<div>
|
| 211 |
+
<h2>TR-HASH Vision v6</h2>
|
| 212 |
+
<p>Compact hierarchical token-routed vision model with native multi-scale features, shifted-window attention and a lightweight detector. ImageNet-1K pretraining is active; COCO evaluation comes next.</p>
|
| 213 |
<div class="chips">
|
| 214 |
+
<span class="chip">0.76M pretrain</span>
|
| 215 |
+
<span class="chip">≈1M detector</span>
|
| 216 |
+
<span class="chip">Hierarchical TR-Hash</span>
|
| 217 |
+
<span class="chip">P2 + PAN + STAL</span>
|
| 218 |
+
<span class="chip">DDP + Triton</span>
|
| 219 |
+
<span class="chip">Evaluation pending</span>
|
| 220 |
</div>
|
| 221 |
</div>
|
| 222 |
<span class="arrow" aria-hidden="true">→</span>
|