Datasets:
Set viewer split to test
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ pretty_name: VI-Probe
|
|
| 17 |
configs:
|
| 18 |
- config_name: default
|
| 19 |
data_files:
|
| 20 |
-
- split:
|
| 21 |
-
path:
|
| 22 |
---
|
| 23 |
|
| 24 |
# VI-Probe
|
|
@@ -27,7 +27,8 @@ This folder is organized by illusion case for easy inspection, with flat CSV met
|
|
| 27 |
|
| 28 |
## Files
|
| 29 |
|
| 30 |
-
- `
|
|
|
|
| 31 |
- `metadata_preview.csv`: small preview table with representative rows.
|
| 32 |
- `summary_by_type.csv`: counts grouped by category, type, reverse-prompt flag, and answer.
|
| 33 |
- `summary_by_case_type.csv`: counts grouped by class and type.
|
|
@@ -37,6 +38,7 @@ This folder is organized by illusion case for easy inspection, with flat CSV met
|
|
| 37 |
|
| 38 |
- Unique images: 9570
|
| 39 |
- Metadata rows including reverse prompts: 19140
|
|
|
|
| 40 |
- Non-reverse prompt rows: 9570
|
| 41 |
- Reverse prompt rows: 9570
|
| 42 |
|
|
|
|
| 17 |
configs:
|
| 18 |
- config_name: default
|
| 19 |
data_files:
|
| 20 |
+
- split: test
|
| 21 |
+
path: test.parquet
|
| 22 |
---
|
| 23 |
|
| 24 |
# VI-Probe
|
|
|
|
| 27 |
|
| 28 |
## Files
|
| 29 |
|
| 30 |
+
- `test.parquet`: viewer-ready table with an `image` column and one row per image-prompt pair, including reverse-prompt rows (`is_rp=1`).
|
| 31 |
+
- `metadata.csv`: CSV copy of the same metadata for lightweight scripting.
|
| 32 |
- `metadata_preview.csv`: small preview table with representative rows.
|
| 33 |
- `summary_by_type.csv`: counts grouped by category, type, reverse-prompt flag, and answer.
|
| 34 |
- `summary_by_case_type.csv`: counts grouped by class and type.
|
|
|
|
| 38 |
|
| 39 |
- Unique images: 9570
|
| 40 |
- Metadata rows including reverse prompts: 19140
|
| 41 |
+
- Split: test
|
| 42 |
- Non-reverse prompt rows: 9570
|
| 43 |
- Reverse prompt rows: 9570
|
| 44 |
|