Gharaee commited on
Commit
4a3fef6
·
verified ·
1 Parent(s): ad878d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ 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 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
 
 
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