Pacific-i64 commited on
Commit
7fec743
·
verified ·
1 Parent(s): 5f3ef3f

Update TR-HASH Vision card for v6

Browse files
Files changed (2) hide show
  1. README.md +8 -3
  2. 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 0.8M](https://huggingface.co/AETHORIA-AI/TR-HASH-Vision-0.8M-VOC)
43
-
44
- A compact token-routed object detector with P2 small-object features, STAL-style assignment and one-to-one NMS-free inference. Pascal VOC training is in progress; weights and validated metrics will be published when the run completes.
 
 
 
 
 
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://huggingface.co/AETHORIA-AI/TR-HASH-Vision-0.8M-VOC" target="_blank" rel="noreferrer">
210
  <div>
211
- <h2>TR-HASH Vision 0.8M</h2>
212
- <p>Compact token-routed object detector with small-object features and end-to-end NMS-free inference. Training on Pascal VOC is in progress.</p>
213
  <div class="chips">
214
- <span class="chip">0.83M parameters</span>
215
- <span class="chip">TR-Hash MoE</span>
216
- <span class="chip">P2 + STAL</span>
217
- <span class="chip">NMS-free</span>
218
- <span class="chip">Training in progress</span>
 
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>