Correct pipeline tag, license, and add project link
#5
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
-
license_name: other
|
4 |
-
language:
|
5 |
-
- en
|
6 |
base_model:
|
7 |
- Qwen/Qwen2.5-VL-3B-Instruct
|
8 |
-
|
|
|
9 |
library_name: transformers
|
|
|
|
|
|
|
10 |
tags:
|
11 |
- multimodal
|
12 |
- action
|
@@ -27,7 +27,7 @@ benchmark [WebClick](https://huggingface.co/datasets/Hcompany/WebClick).
|
|
27 |
|
28 |
Holo1 is optimized for both accuracy and cost-efficiency, making it a strong open-source alternative to existing VLMs.
|
29 |
|
30 |
-
For more details, check our paper and our blog post.
|
31 |
|
32 |
- **Developed by:** [HCompany](https://www.hcompany.ai/)
|
33 |
- **Model type:** Action Vision-Language Model
|
@@ -213,4 +213,4 @@ print(coordinates_structured)
|
|
213 |
primaryClass={cs.AI},
|
214 |
url={https://arxiv.org/abs/2506.02865},
|
215 |
}
|
216 |
-
```
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-VL-3B-Instruct
|
4 |
+
language:
|
5 |
+
- en
|
6 |
library_name: transformers
|
7 |
+
license: other
|
8 |
+
license_name: other
|
9 |
+
pipeline_tag: visual-document-retrieval
|
10 |
tags:
|
11 |
- multimodal
|
12 |
- action
|
|
|
27 |
|
28 |
Holo1 is optimized for both accuracy and cost-efficiency, making it a strong open-source alternative to existing VLMs.
|
29 |
|
30 |
+
For more details, check our paper and our blog post. The project page can be found at: https://www.surferh.com
|
31 |
|
32 |
- **Developed by:** [HCompany](https://www.hcompany.ai/)
|
33 |
- **Model type:** Action Vision-Language Model
|
|
|
213 |
primaryClass={cs.AI},
|
214 |
url={https://arxiv.org/abs/2506.02865},
|
215 |
}
|
216 |
+
```
|