Update README.md
Browse files
README.md
CHANGED
@@ -112,6 +112,20 @@ from datasets import load_dataset
|
|
112 |
dataset = load_dataset("bioscan-ml/BIOSCAN-5M", name="cropped_256_eval", split="validation")
|
113 |
```
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
## Dataset Access
|
116 |
To clone this dataset repository, use the following command:
|
117 |
|
|
|
112 |
dataset = load_dataset("bioscan-ml/BIOSCAN-5M", name="cropped_256_eval", split="validation")
|
113 |
```
|
114 |
|
115 |
+
## Sample Usage
|
116 |
+
|
117 |
+
The `usage_demo_bioscan5m.py` script demonstrates how to load and visualize samples from the BIOSCAN-5M dataset.
|
118 |
+
|
119 |
+
To run the script, execute:
|
120 |
+
|
121 |
+
```bash
|
122 |
+
python usage_demo_bioscan5m.py
|
123 |
+
```
|
124 |
+
|
125 |
+
This will display 10 dataset samples, each showing the organism image on the right, and the corresponding metadata fields on the left, including taxonomic, geographic, genetic, and size-related information.
|
126 |
+
|
127 |
+
|
128 |
+
|
129 |
## Dataset Access
|
130 |
To clone this dataset repository, use the following command:
|
131 |
|