Fix README: remove stale data_files and directory structure
Browse files
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|