Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,14 @@ This dataset provides CLIP embeddings for images of insects, enabling similarity
|
|
47 |
## Source
|
48 |
All images were sourced from [Francesco/insects-mytwu](https://huggingface.co/datasets/Francesco/insects-mytwu).
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
---
|
51 |
## Citation
|
52 |
|
|
|
47 |
## Source
|
48 |
All images were sourced from [Francesco/insects-mytwu](https://huggingface.co/datasets/Francesco/insects-mytwu).
|
49 |
|
50 |
+
---
|
51 |
+
## Sample Usage
|
52 |
+
```python
|
53 |
+
from datasets import load_dataset
|
54 |
+
|
55 |
+
ds_new = load_dataset("hkanade/insect_image_retrieval")
|
56 |
+
ds_new["train"][0]["image"]
|
57 |
+
```
|
58 |
---
|
59 |
## Citation
|
60 |
|