Datasets:
Declare Dataset Viewer preview schema
Browse files
README.md
CHANGED
|
@@ -5,6 +5,29 @@ size_categories:
|
|
| 5 |
- 100K<n<1M
|
| 6 |
task_categories:
|
| 7 |
- image-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
configs:
|
| 9 |
- config_name: default
|
| 10 |
data_files:
|
|
|
|
| 5 |
- 100K<n<1M
|
| 6 |
task_categories:
|
| 7 |
- image-to-image
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: id
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: split
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: source_dataset
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: scene_id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: conditional_signal_ratio
|
| 19 |
+
dtype: float32
|
| 20 |
+
- name: coverage
|
| 21 |
+
dtype: float32
|
| 22 |
+
- name: preview_image
|
| 23 |
+
dtype: image
|
| 24 |
+
splits:
|
| 25 |
+
- name: train
|
| 26 |
+
num_examples: 8
|
| 27 |
+
- name: validation
|
| 28 |
+
num_examples: 4
|
| 29 |
+
- name: test
|
| 30 |
+
num_examples: 4
|
| 31 |
configs:
|
| 32 |
- config_name: default
|
| 33 |
data_files:
|