Zhongchenchen commited on
Commit
8c2a4de
Β·
verified Β·
1 Parent(s): 2e915c9

Fix README: remove stale data_files and directory structure

Browse files
Files changed (1) hide show
  1. README.md +0 -26
README.md CHANGED
@@ -11,21 +11,6 @@ task_categories:
11
  - image-classification
12
  pretty_name: SenseBench-Sample
13
  license: cc-by-4.0
14
- dataset_info:
15
- features:
16
- - name: id
17
- dtype: string
18
- - name: image_1
19
- dtype: image
20
- - name: image_2
21
- dtype: image
22
- - name: question
23
- dtype: string
24
- - name: answer
25
- dtype: string
26
- splits:
27
- - name: train
28
- num_examples: 1000
29
  ---
30
 
31
  # SenseBench β€” Representative Sample
@@ -44,14 +29,3 @@ A representative 1,000-instance sample of [SenseBench](https://huggingface.co/da
44
  | Perception | 620 | 270 | 890 |
45
  | Description | 55 | 55 | 110 |
46
 
47
- ## Directory Structure
48
-
49
- ```
50
- β”œβ”€β”€ Perception/
51
- β”‚ β”œβ”€β”€ single/ 620 images
52
- β”‚ └── paired/ 540 images
53
- β”œβ”€β”€ Description/
54
- β”‚ β”œβ”€β”€ single/ 55 images
55
- β”‚ └── paired/ 110 images
56
- └── questions.jsonl
57
- ```
 
11
  - image-classification
12
  pretty_name: SenseBench-Sample
13
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # SenseBench β€” Representative Sample
 
29
  | Perception | 620 | 270 | 890 |
30
  | Description | 55 | 55 | 110 |
31