plcedoz38 commited on
Commit
427e294
·
verified ·
1 Parent(s): 16e9e9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 provid 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
  ```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