maxime-hcompany commited on
Commit
95dd544
·
verified ·
1 Parent(s): 7369368

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Qwen/Qwen3.6-35B-A3B
7
+ - Qwen/Qwen3.5-9B
8
+ - Qwen/Qwen3.5-4B
9
+ - Qwen/Qwen3.5-0.8B
10
+
11
+ pipeline_tag: image-text-to-text
12
+ library_name: transformers
13
+ tags:
14
+ - multimodal
15
+ - action
16
+ - agent
17
+ - pytorch
18
+ - computer use
19
+ - gui agents
20
+ - moe
21
+ ---
22
+
23
+ # **Holo3.1: Fast & Local Computer Use Agents**
24
+
25
+
26
+ ## **Model Description**
27
+
28
+ **Holo3.1** is our latest family of Vision-Language Models (VLMs) for computer use agents. Building on Holo3, it expands support beyond browser and desktop automation to mobile environments, introduces native function-calling support for seamless integration with agent frameworks, and enables local deployment through optimized quantized checkpoints.
29
+
30
+ The Holo3.1 family spans model sizes from 0.8B to 35B-A3B parameters.
31
+ Across computer use, UI grounding, mobile automation, and business workflows, Holo3.1 delivers strong performance while improving deployment flexibility and cost efficiency.
32
+ * **Developed by:** [**H Company**](https://www.hcompany.ai/)
33
+ * **Model type:** Vision-Language Models for Navigation and Computer Use Agents
34
+ * **Available models:** Holo3.1-0.8B, Holo3.1-4B, Holo3.1-9B, Holo3.1-35B-A3B
35
+ * **Base models:** Qwen 3.5 family
36
+ * **Supported environments:** Web, Desktop, Mobile
37
+ * **Available quantizations for Holo3.1-35B-A3B:** BF16, FP8, NVFP4, Q4 GGUF
38
+ * **Blog Post:** [hcompany.ai/holo3.1](https://www.hcompany.ai/holo3.1)
39
+ * **Quickstart:** [hub.hcompany.ai/quickstart](https://hub.hcompany.ai/quickstart)
40
+ * **License:** Apache 2.0 License
41
+
42
+ ### Performance vs Cost
43
+
44
+ The figure below compares the overall performance and inference cost of the Holo3.1 and Qwen 3.5 families. Overall performance averages computer use, mobile automation, enterprise workflows, and UI grounding benchmarks.
45
+
46
+ <p align="center">
47
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/69ce2739f4b9146a31e99a2f/0uU-6v68tSl3Kvd9jHWfS.png" width="700"/>
48
+ </p>
49
+
50
+ Holo3.1 establishes a strong Pareto frontier across model sizes, from lightweight local agents to state-of-the-art enterprise deployments.
51
+
52
+ ---
53
+
54
+ ## Benchmark Results
55
+
56
+ Holo3.1 delivers strong performance across computer use, mobile automation, enterprise workflows, and UI grounding benchmarks.
57
+
58
+ <div align="center">
59
+
60
+ **Table 1: Evaluation results across computer use, mobile automation, enterprise workflows, and grounding benchmarks.**
61
+
62
+ <img width="800" src="https://cdn-uploads.huggingface.co/production/uploads/69ce2739f4b9146a31e99a2f/eKbMPsY32AF4PCNzumeZQ.png"/>
63
+
64
+ </div>
65
+
66
+ ## Get Started
67
+
68
+ Explore our [Quickstart guide](https://hub.hcompany.ai/quickstart) to learn how to integrate Holo3.1 into your applications, deploy local agents, or run optimized inference on NVIDIA hardware.
69
+
70
+ ---
71
+
72
+ ## Citation
73
+
74
+ ```bibtex
75
+ @misc{hai2026holo31,
76
+ title={Holo3.1: Fast & Local Computer Use Agents},
77
+ author={H Company},
78
+ year={2026},
79
+ url={https://huggingface.co/Hcompany/Holo3.1-35B-A3B},
80
+ }