Update README.md
Browse files
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
|
100 |
|
101 |
```python
|
102 |
from datasets import load_dataset
|
103 |
|
104 |
-
ds = load_dataset("
|
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:
|