Update README.md
Browse files
README.md
CHANGED
@@ -100,7 +100,13 @@ Each configuration loads specimen images along with associated metadata fields:
|
|
100 |
|
101 |
## Usage
|
102 |
|
103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|