xywang626 commited on
Commit
1458465
·
verified ·
1 Parent(s): 9a3484a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,5 +1,24 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
 
@@ -284,7 +303,7 @@ Command for running OpenCUA-7B and OpenCUA-32B in OSWorld:
284
  python run_multienv_opencua.py \
285
  --headless \
286
  --observation_type screenshot \
287
- --model OpenCUA-32B \
288
  --result_dir ./results --test_all_meta_path evaluation_examples/test_all_no_gdrive.json \
289
  --max_steps 100 \
290
  --num_envs 30 \
@@ -388,7 +407,4 @@ If you use OpenCUA models in your research, please cite our work:
388
  }
389
  ```
390
 
391
- </div>
392
-
393
-
394
-
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - xlangai/AgentNet
5
+ - xlangai/aguvis-stage1
6
+ - smolagents/aguvis-stage-2
7
+ - osunlp/UGround-V1-Data
8
+ language:
9
+ - en
10
+ metrics:
11
+ - accuracy
12
+ - code_eval
13
+ base_model:
14
+ - Qwen/Qwen2.5-VL-7B-Instruct
15
+ pipeline_tag: image-to-text
16
+ tags:
17
+ - VLM
18
+ - Computer-Use-Agent
19
+ - OS-Agent
20
+ - GUI
21
+ - Grounding
22
  ---
23
 
24
 
 
303
  python run_multienv_opencua.py \
304
  --headless \
305
  --observation_type screenshot \
306
+ --model OpenCUA-7B \
307
  --result_dir ./results --test_all_meta_path evaluation_examples/test_all_no_gdrive.json \
308
  --max_steps 100 \
309
  --num_envs 30 \
 
407
  }
408
  ```
409
 
410
+ </div>