Gharaee commited on
Commit
ad878d3
·
verified ·
1 Parent(s): 05d0f18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -104,7 +104,8 @@ from datasets import load_dataset
104
  ds = load_dataset("dataset.py", name="cropped_256_eval", split="validation", trust_remote_code=True)
105
  ```
106
 
107
- > **ℹ️ Note:** The data will be automatically downloaded and extracted to `~/.cache/huggingface/datasets/downloads/extracted/`.
 
108
 
109
 
110
  ## Sample Usage
 
104
  ds = load_dataset("dataset.py", name="cropped_256_eval", split="validation", trust_remote_code=True)
105
  ```
106
 
107
+ > **ℹ️ Note:** The CSV metadata and image package associated with the selected configuration will be automatically downloaded and extracted to `~/.cache/huggingface/datasets/downloads/extracted/`.
108
+
109
 
110
 
111
  ## Sample Usage