Gharaee commited on
Commit
c38b36f
·
verified ·
1 Parent(s): 4e97977

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -100,7 +100,13 @@ Each configuration loads specimen images along with associated metadata fields:
100
 
101
  ## Usage
102
 
103
- To load the BIOSCAN-5M dataset from `dataset.py`
 
 
 
 
 
 
104
 
105
  ```python
106
  from datasets import load_dataset
 
100
 
101
  ## Usage
102
 
103
+ First, download the `dataset.py` script to your project directory by running the following command:
104
+
105
+ ```python
106
+ wget -P /path/to/your/project_directory https://huggingface.co/datasets/bioscan-ml/BIOSCAN-5M/resolve/main/dataset.py
107
+ ```
108
+
109
+ Once you've downloaded the script, you can use the `datasets` library to load the dataset. For example:
110
 
111
  ```python
112
  from datasets import load_dataset