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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -96,7 +96,7 @@ Each configuration loads specimen images along with associated metadata fields:
96
 
97
  ## Usage
98
 
99
- To load the BIOSCAN-5M dataset locally from `dataset.py`
100
 
101
  ```python
102
  from datasets import load_dataset
@@ -104,13 +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
- To load the dataset from the Hugging Face Hub:
108
 
109
- ```python
110
- from datasets import load_dataset
111
-
112
- dataset = load_dataset("bioscan-ml/BIOSCAN-5M", name="cropped_256_eval", split="validation")
113
- ```
114
 
115
  ## Sample Usage
116
 
 
96
 
97
  ## Usage
98
 
99
+ To load the BIOSCAN-5M dataset from `dataset.py`
100
 
101
  ```python
102
  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
111