wx91726 commited on
Commit
dd26bdf
·
verified ·
1 Parent(s): f9bfbe0

Enable image previews in Dataset Viewer

Browse files
Files changed (2) hide show
  1. README.md +34 -0
  2. data/spatialgen_bench.jsonl +0 -0
README.md CHANGED
@@ -8,6 +8,39 @@ task_categories:
8
  - visual-question-answering
9
  - image-to-image
10
  license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  configs:
12
  - config_name: default
13
  data_files:
@@ -48,6 +81,7 @@ Each JSONL record contains:
48
  - `id`: stable sample identifier
49
  - `capability`: one of the four capability levels
50
  - `task`: subtask name
 
51
  - `image_path`: path relative to `benchmarks/`
52
  - `media_paths`: all ordered input images for single- or multi-image tasks
53
  - `mask_path`: optional ground-truth mask path
 
8
  - visual-question-answering
9
  - image-to-image
10
  license: other
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: capability
16
+ dtype: string
17
+ - name: task
18
+ dtype: string
19
+ - name: image
20
+ dtype: image
21
+ - name: image_path
22
+ dtype: string
23
+ - name: media_paths
24
+ sequence: string
25
+ - name: mask_path
26
+ dtype: string
27
+ - name: question
28
+ dtype: string
29
+ - name: answer
30
+ dtype: string
31
+ - name: answer_type
32
+ dtype: string
33
+ - name: choices
34
+ sequence: string
35
+ - name: source
36
+ dtype: string
37
+ - name: source_id
38
+ dtype: string
39
+ - name: metadata_json
40
+ dtype: string
41
+ splits:
42
+ - name: test
43
+ num_examples: 470
44
  configs:
45
  - config_name: default
46
  data_files:
 
81
  - `id`: stable sample identifier
82
  - `capability`: one of the four capability levels
83
  - `task`: subtask name
84
+ - `image`: version-pinned primary image used by the Hugging Face Dataset Viewer
85
  - `image_path`: path relative to `benchmarks/`
86
  - `media_paths`: all ordered input images for single- or multi-image tasks
87
  - `mask_path`: optional ground-truth mask path
data/spatialgen_bench.jsonl CHANGED
The diff for this file is too large to render. See raw diff