Gharaee commited on
Commit
ffc5e34
·
verified ·
1 Parent(s): 360bc47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -93,14 +93,17 @@ ds = load_dataset("dataset.py", name="cropped_256_eval", split="validation", tru
93
 
94
  > **ℹ️ Note:** The CSV metadata and image package associated with the selected configuration will be automatically downloaded and extracted to `~/.cache/huggingface/datasets/downloads/extracted/` .
95
 
96
- ### 📑 Configuration Options
97
 
 
98
 
99
- - **`name`:** `original_256`, `original_256_pretrain`, `original_256_train`, `original_256_eval`, `cropped_256`, `cropped_256_pretrain`, `cropped_256_train`, `cropped_256_eval`
100
-
101
- - **`split`:** `pretrain`, `train`, `validation`, `test`, `val_unseen`, `test_unseen`, `key_unseen`, `other_heldout`
102
-
 
 
103
 
 
104
 
105
 
106
  ## Sample Usage
 
93
 
94
  > **ℹ️ Note:** The CSV metadata and image package associated with the selected configuration will be automatically downloaded and extracted to `~/.cache/huggingface/datasets/downloads/extracted/` .
95
 
 
96
 
97
+ ### 📑 Configuration Table
98
 
99
+ | **`name`** | **Available `split` values** |
100
+ |--------------------------------------------- |------------------------------------------------------------------- |
101
+ | `cropped_256`, `original_256` | `pretrain`, `train`, `validation`, `test`, `val_unseen`, `test_unseen`, `key_unseen`, `other_heldout` |
102
+ | `cropped_256_pretrain`, `original_256_pretrain` | `pretrain` |
103
+ | `cropped_256_train`, `original_256_train` | `train` |
104
+ | `cropped_256_eval`, `original_256_eval` | `validation`, `test`, `val_unseen`, `test_unseen`, `key_unseen`, `other_heldout` |
105
 
106
+ > **ℹ️ Note:** If you do not specify the `split` when loading the dataset, all available splits will be loaded as a dictionary.
107
 
108
 
109
  ## Sample Usage