hkanade commited on
Commit
6595c26
·
verified ·
1 Parent(s): c3359b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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