rxc205 commited on
Commit
70a3324
·
verified ·
1 Parent(s): cf6e851

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -6
README.md CHANGED
@@ -1,14 +1,35 @@
1
  ---
2
  license: apache-2.0
3
- size_categories:
4
- - 1K<n<10K
5
  task_categories:
6
- - visual-question-answering
 
 
7
  language:
8
- - en
9
  tags:
10
- - Image
11
- - Text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
 
 
1
  ---
2
  license: apache-2.0
3
+ pretty_name: EPIC-Bench
 
4
  task_categories:
5
+ - visual-question-answering
6
+ - object-detection
7
+ - image-segmentation
8
  language:
9
+ - en
10
  tags:
11
+ - embodied-ai
12
+ - embodied-perception
13
+ - visual-grounding
14
+ - mask-grounding
15
+ - vision-language-models
16
+ - vlm
17
+ - benchmark
18
+ - target-localization
19
+ - navigation
20
+ - manipulation
21
+ - affordance
22
+ - spatial-reasoning
23
+ - multi-view
24
+ - image-text-mask
25
+ size_categories:
26
+ - 1K<n<10K
27
+ configs:
28
+ - config_name: full
29
+ data_files:
30
+ - split: test
31
+ path: "test*.parquet"
32
+ default: true
33
  ---
34
 
35