Gharaee commited on
Commit
c6299bb
·
verified ·
1 Parent(s): e8c2d74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -96,12 +96,12 @@ Each configuration loads specimen images along with associated metadata fields:
96
 
97
  ## Usage
98
 
99
- To load the BIOSCAN-5M dataset locally from bioscan5m.py
100
 
101
  ```python
102
  from datasets import load_dataset
103
 
104
- ds = load_dataset("bioscan5m.py", name="cropped_256_eval", split="validation", trust_remote_code=True)
105
  ```
106
 
107
  To load the dataset from the Hugging Face Hub:
 
96
 
97
  ## Usage
98
 
99
+ To load the BIOSCAN-5M dataset locally from dataset.py
100
 
101
  ```python
102
  from datasets import load_dataset
103
 
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: