mlboydaisuke commited on
Commit
5b2408b
·
verified ·
1 Parent(s): ddf30c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Hcompany/Holo2-4B
4
+ pipeline_tag: image-text-to-text
5
+ tags:
6
+ - core-ai
7
+ - coreml
8
+ - on-device
9
+ - ios
10
+ - iphone
11
+ - vision-language
12
+ - gui-grounding
13
+ - computer-use
14
+ - qwen3-vl
15
+ language:
16
+ - en
17
+ ---
18
+
19
+ # Holo2-4B — Core AI (on-device, iPhone) · GUI-grounding VLM
20
+
21
+ [Hcompany/Holo2-4B](https://huggingface.co/Hcompany/Holo2-4B) converted to Apple **Core AI**
22
+ for on-device inference, served by the **CoreAIChat** app.
23
+
24
+ Holo2 is H Company's **computer-use / GUI-grounding** vision-language model: given a screenshot
25
+ and an instruction ("click the submit button"), it predicts the **click coordinates / locates the
26
+ UI element**. Built on the **Qwen3-VL-4B** backbone, so it rides the Core AI zoo's existing
27
+ Qwen3-VL pipeline. The zoo's **first GUI-grounding / computer-use model**.
28
+
29
+ ## Contents (`gpu-pipelined/`)
30
+ - `holo2_4b_decode_int8lin_s1/` — the **decode** bundle (static query=1, per-block-32 int8 linear
31
+ body; rides Apple's `coreai-pipelined` GPU engine, specializes on-device — no AOT needed). ~4.4 GB.
32
+ - `holo2_4b_vision/` — the fixed-grid **vision encoder** `.aimodel` (fp16): `patches [784,1536]
33
+ -> (image_embeds [196,2560], deepstack [3,196,2560])`. Run once per image. ~0.8 GB.
34
+
35
+ ## Parity (vs fp32 HF oracle, Core AI GPU engine)
36
+ - **Vision:** image-embeds cos **0.999983**, deepstack cos **0.999989**.
37
+ - **Decoder (int8lin):** teacher-forced S=1 sweep **4/4**, **16/16** decode steps token-exact,
38
+ HF-seeded decode match. All PASS.
39
+
40
+ ## Use
41
+ Install **CoreAIChat**, pick **Holo2 4B**, attach a screenshot, and ask where an element is /
42
+ what to click — it grounds the instruction to the image.
43
+
44
+ ## License
45
+ Apache-2.0, inherited from the base model
46
+ [Hcompany/Holo2-4B](https://huggingface.co/Hcompany/Holo2-4B). See `LICENSE`.