Update README.md
Browse files
README.md
CHANGED
@@ -78,10 +78,12 @@ benchmark [WebClick](https://huggingface.co/datasets/Hcompany/WebClick).
|
|
78 |
|
79 |
## Get Started with the Model
|
80 |
|
81 |
-
We
|
82 |
|
83 |
We trained Holo1 as an Action VLM with extensive use of json and tool calls. Therefore, it can be queried reliably with structured output:
|
84 |
|
|
|
|
|
85 |
```python
|
86 |
import json
|
87 |
import os
|
|
|
78 |
|
79 |
## Get Started with the Model
|
80 |
|
81 |
+
We provide starter code for the localization task: i.e. image + instruction -> click coordinates
|
82 |
|
83 |
We trained Holo1 as an Action VLM with extensive use of json and tool calls. Therefore, it can be queried reliably with structured output:
|
84 |
|
85 |
+
We also provide code to reproduce screenspot evaluations: screenspot_eval.py
|
86 |
+
|
87 |
```python
|
88 |
import json
|
89 |
import os
|