0xnirmal commited on
Commit
d8d4269
·
verified ·
1 Parent(s): 37a78c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -3,7 +3,7 @@ configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
- path: "tasks/**/*.json"
7
  task_categories:
8
  - other
9
  language:
@@ -11,13 +11,17 @@ language:
11
  tags:
12
  - computer-use
13
  - ui-testing
14
- pretty_name: "Test Dojo Tasks"
15
  ---
16
 
17
- Public bench for demonstration purposes.
 
 
 
 
18
 
19
  ![dojo-bench-mini](https://cdn-uploads.huggingface.co/production/uploads/66f5e39d1931d2d4817ab43c/CKt6tA9Q7ZH770xf1r-Td.png)
20
 
21
- For full details on running dojo-bench-mini, check-out:
22
  - [Dojo, an environment hub for computer use agents](https://trydojo.ai/)
23
- - [Docs](https://docs.trydojo.ai/)
 
3
  - config_name: default
4
  data_files:
5
  - split: train
6
+ path: tasks/**/*.json
7
  task_categories:
8
  - other
9
  language:
 
11
  tags:
12
  - computer-use
13
  - ui-testing
14
+ pretty_name: Dojo Bench Mini
15
  ---
16
 
17
+ Dojo-Bench-Mini is a small public bench containing tasks for running computer use agents against "mocked" productivity software and games. These include:
18
+ - Linear
19
+ - LinkedIn
20
+ - Tic-Tac-Toe
21
+ - 2048
22
 
23
  ![dojo-bench-mini](https://cdn-uploads.huggingface.co/production/uploads/66f5e39d1931d2d4817ab43c/CKt6tA9Q7ZH770xf1r-Td.png)
24
 
25
+ For full details on running this benchmark, check-out:
26
  - [Dojo, an environment hub for computer use agents](https://trydojo.ai/)
27
+ - [Docs](https://docs.trydojo.ai/)