sanmonga22 commited on
Commit
9cd5d0b
·
verified ·
1 Parent(s): 1c9ce74

v75: replace bundle with freshly-converted build

Browse files
.gitattributes CHANGED
@@ -37,3 +37,5 @@ v79/text_embed_f16.raw filter=lfs diff=lfs merge=lfs -text
37
  v79/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  v81/text_embed_f16.raw filter=lfs diff=lfs merge=lfs -text
39
  v81/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
37
  v79/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  v81/text_embed_f16.raw filter=lfs diff=lfs merge=lfs -text
39
  v81/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ v75/text_embed_f16.raw filter=lfs diff=lfs merge=lfs -text
41
+ v75/tokenizer.json filter=lfs diff=lfs merge=lfs -text
v75/sig_text_ne.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:992ae124be70e89403275602c3f3cdfb6b1c8e285d461d140d226870a19aac38
3
+ size 173629440
v75/sig_vision.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20966f641e4f737add8fdb5e5b38ae000500ad74ce655509f0f7f82c5e57bd88
3
+ size 187392000
v75/siglip2-base-256.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "_comment": "SigLIP2-base-patch16-256 dual-tower image<->text embedding (CLIP-style) on Hexagon v81 (SM8850 / soc_model 87) via the QHexRT plan-interpreter. ONE manifest, TWO host-op steps that SELF-SKIP on the other modality: a text query runs op_siglip_text (gemma tokenize -> host-gather the 256k f16 text-embed table -> slim text encoder graph), an image runs op_siglip_vision (bilinear squash-resize -> [-1,1] NCHW -> vision encoder graph). Each L2-normalizes its 768-d pooler_output into Output.embedding; cosine of the two ranks images vs a text query (qhx_clip). The 256k token-embedding Gather was surgically removed from the text ONNX and replaced by the host gather; graph I/O is FLOAT_32, input_ids is I32/shape-only. v81 bins compiled via the DLC route WITH the {O:3,vtcm_mb,dlbc} graph-config (required on v81).",
4
+ "model": {
5
+ "name": "siglip2-base-256",
6
+ "family": "vlm",
7
+ "dsp_arch": "v75",
8
+ "tokenizer_pre": "gemma"
9
+ },
10
+ "params": {
11
+ "hidden": 768,
12
+ "vocab": 256000,
13
+ "max_ctx": 64,
14
+ "vision_px": 256,
15
+ "eos_token_id": 1
16
+ },
17
+ "artifacts": {
18
+ "contexts": {
19
+ "vision": {
20
+ "bin": "sig_vision.bin"
21
+ },
22
+ "text": {
23
+ "bin": "sig_text_ne.bin"
24
+ }
25
+ },
26
+ "embed": "text_embed_f16.raw",
27
+ "tokenizer": "tokenizer.json",
28
+ "fixture_dir": "siglip"
29
+ },
30
+ "plan": {
31
+ "steps": [
32
+ {
33
+ "host": "siglip_vision",
34
+ "params": {
35
+ "vision_px": 256,
36
+ "dim": 768
37
+ }
38
+ },
39
+ {
40
+ "host": "siglip_text",
41
+ "params": {
42
+ "max_tokens": 64,
43
+ "eos": 1,
44
+ "pad": 0,
45
+ "dim": 768
46
+ }
47
+ },
48
+ {
49
+ "emit": "all"
50
+ }
51
+ ]
52
+ }
53
+ }
v75/text_embed_f16.raw ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b559c1353ed1cfbe37db73d684e9a1ca095586e820704346446a51a69f6ecc4
3
+ size 393216000
v75/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9140fae3ac5122c972d37adf83e1248471a38147ad76f8215c8872c6fd8322
3
+ size 34363039