Simplify Dataset Viewer and group samples by task
Browse files- README.md +9 -22
- data/spatialgen_bench_viewer.parquet +2 -2
README.md
CHANGED
|
@@ -10,33 +10,19 @@ task_categories:
|
|
| 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:
|
| 22 |
dtype: string
|
| 23 |
-
- name:
|
| 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:
|
| 38 |
-
dtype: string
|
| 39 |
-
- name: metadata_json
|
| 40 |
dtype: string
|
| 41 |
splits:
|
| 42 |
- name: test
|
|
@@ -88,16 +74,17 @@ Each JSONL record contains:
|
|
| 88 |
- `question`, string-normalized `answer`, `answer_type`, and `choices`
|
| 89 |
- `source`, `source_id`, and serialized task-specific `metadata_json`
|
| 90 |
|
| 91 |
-
The default Hugging Face configuration
|
| 92 |
-
|
| 93 |
-
|
|
|
|
| 94 |
|
| 95 |
-
Load the
|
| 96 |
|
| 97 |
```python
|
| 98 |
from datasets import load_dataset
|
| 99 |
|
| 100 |
-
|
| 101 |
```
|
| 102 |
|
| 103 |
Media fields contain paths relative to the repository's `benchmarks/` directory. Download the complete evaluation package with:
|
|
|
|
| 10 |
license: other
|
| 11 |
dataset_info:
|
| 12 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- name: image
|
| 14 |
dtype: image
|
| 15 |
+
- name: capability
|
| 16 |
dtype: string
|
| 17 |
+
- name: task
|
|
|
|
|
|
|
| 18 |
dtype: string
|
| 19 |
- name: question
|
| 20 |
dtype: string
|
| 21 |
- name: answer
|
| 22 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- name: source
|
| 24 |
dtype: string
|
| 25 |
+
- name: id
|
|
|
|
|
|
|
| 26 |
dtype: string
|
| 27 |
splits:
|
| 28 |
- name: test
|
|
|
|
| 74 |
- `question`, string-normalized `answer`, `answer_type`, and `choices`
|
| 75 |
- `source`, `source_id`, and serialized task-specific `metadata_json`
|
| 76 |
|
| 77 |
+
The default Hugging Face configuration is a concise browsing view backed by
|
| 78 |
+
`spatialgen_bench_viewer.parquet`. It adds compact 512px previews and keeps only
|
| 79 |
+
the fields useful for inspection. The canonical JSONL retains the complete schema
|
| 80 |
+
and original order for evaluation.
|
| 81 |
|
| 82 |
+
Load the browsing view with Hugging Face Datasets:
|
| 83 |
|
| 84 |
```python
|
| 85 |
from datasets import load_dataset
|
| 86 |
|
| 87 |
+
preview = load_dataset("wx91726/SpatialGen-Bench", split="test")
|
| 88 |
```
|
| 89 |
|
| 90 |
Media fields contain paths relative to the repository's `benchmarks/` directory. Download the complete evaluation package with:
|
data/spatialgen_bench_viewer.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:272fac8499a693b6c31c3c995b35e47e6ada3f091a2b4bb058dee60f65f13e93
|
| 3 |
+
size 16692248
|