smenon8 commited on
Commit
9140f39
·
verified ·
1 Parent(s): 9c25eb3

Add the dataset card.

Browse files
Files changed (1) hide show
  1. README.md +161 -3
README.md CHANGED
@@ -1,3 +1,161 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - en
5
+ pretty_name: TreeOfLife-10M Vector database
6
+ task_categories: [image-feature-extraction]
7
+ tags:
8
+ - biology
9
+ - image
10
+ - animals
11
+ - CV
12
+ size_categories: 1M<n<10M
13
+ ---
14
+
15
+ <!--
16
+ Image with caption (jpg or png):
17
+ |![Figure #](https://huggingface.co/datasets/imageomics/<data-repo>/resolve/main/<filepath>)|
18
+ |:--|
19
+ |**Figure #.** [Image of <>](https://huggingface.co/datasets/imageomics/<data-repo>/raw/main/<filepath>) <caption description>.|
20
+ -->
21
+
22
+ <!--
23
+ Notes on styling:
24
+
25
+ To render LaTex in your README, wrap the code in `\\(` and `\\)`. Example: \\(\frac{1}{2}\\)
26
+
27
+ Escape underscores ("_") with a "\". Example: image\_RGB
28
+ -->
29
+
30
+ # Dataset Card for TreeOfLife-10M Vector database
31
+
32
+ Persistent files for vector Database created with [chromadb](https://docs.trychroma.com/docs/overview/introduction)
33
+ containing the embeddings for all images in the [imageomics/TreeOfLife-10M](https://huggingface.co/datasets/imageomics/TreeOfLife-10M) dataset.
34
+
35
+ ## Dataset Details
36
+
37
+
38
+
39
+ ### Dataset Description
40
+
41
+ - **Curated by:** list curators (authors for _data_ citation, moved up)
42
+ - **Language(s) (NLP):** [More Information Needed]
43
+ <!-- Provide the basic links for the dataset. These will show up on the sidebar to the right of your dataset card ("Curated by" too). -->
44
+ - **Homepage:** https://imageomics.github.io/
45
+ - **Repository:** [imageonomics/bioclip-vector-db](https://github.com/Imageomics/bioclip-vector-db)
46
+ - **Paper:**
47
+
48
+
49
+ <!-- Provide a longer summary of what this dataset is. -->
50
+ [More Information Needed]
51
+
52
+
53
+
54
+ ## Dataset Structure
55
+
56
+
57
+
58
+ ### Data Fields
59
+ [More Information Needed]
60
+ <!--
61
+ Describe the types of the data files or the columns in a CSV with metadata.
62
+
63
+ Ex:
64
+ **metadata.csv**:
65
+ - `img_id`: Unique identifier for the dataset.
66
+ - `specimen_id`: ID of specimen in the image, provided by museum data source. There are multiple images of a single specimen.
67
+ - `species`: Species of the specimen in the image. There are N different species of <genus> of <animal>.
68
+ - `view`: View of the specimen in the image (e.g., `ventral` or `dorsal` OR `top` or `bottom`, etc.; specify options where reasonable).
69
+ - `file_name`: Relative path to image from the root of the directory (`<species>/<img_id>.png`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
70
+ -->
71
+
72
+
73
+ ## Dataset Creation
74
+
75
+
76
+ ### Source Data
77
+
78
+ [imageomics/TreeOfLife-10M](https://huggingface.co/datasets/imageomics/TreeOfLife-10M) dataset was used as the source to generate all the embeddings in the vector database.
79
+
80
+
81
+
82
+ #### Who are the source data producers?
83
+ [More Information Needed]
84
+ <!-- This section describes the people or systems who originally created the data.
85
+
86
+ Ex: This dataset is a collection of images taken of the butterfly collection housed at the Ohio State University Museum of Biological Diversity. The associated labels and metadata are the information provided with the collection from biologists that study butterflies and supplied the specimens to the museum.
87
+ -->
88
+
89
+
90
+
91
+ ## Citation
92
+
93
+ **BibTeX:**
94
+ **Data**
95
+ ```
96
+ @misc{<ref_code>,
97
+ author = {Sreejith Menon},
98
+ title = {Tree Of Life 10M Vector Database},
99
+ year = {2025},
100
+ url = {https://huggingface.co/datasets/imageomics/tree-of-life-vector-db},
101
+ }
102
+ ```
103
+ <!--
104
+ If you want to include BibTex, replace "<>"s with your info
105
+
106
+ **Data**
107
+ ```
108
+ @misc{<ref_code>,
109
+ author = {sreejithmenon},
110
+ title = {<title>},
111
+ year = {<year>},
112
+ url = {https://huggingface.co/datasets/imageomics/tree-of-life-vector-db},
113
+ doi = {<doi once generated>},
114
+ publisher = {Hugging Face}
115
+ }
116
+ ```
117
+
118
+ -for an associated paper:
119
+ **Paper**
120
+ ```
121
+ @article{<ref_code>,
122
+ title = {<title>},
123
+ author = {<author1 and author2>},
124
+ journal = {<journal_name>},
125
+ year = <year>,
126
+ url = {<DOI_URL>},
127
+ doi = {<DOI>}
128
+ }
129
+ ```
130
+ -->
131
+
132
+ <!---
133
+ If the data is modified from another source, add the following.
134
+
135
+ Please be sure to also cite the original data source(s):
136
+ <citation>
137
+ -->
138
+
139
+
140
+ ## Acknowledgements
141
+
142
+ This work was supported by the [Imageomics Institute](https://imageomics.org), which is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
143
+
144
+ <!-- You may also want to credit the source of your data, i.e., if you went to a museum or nature preserve to collect it. -->
145
+
146
+ ## Glossary
147
+
148
+ <!-- [optional] If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
149
+
150
+ ## More Information
151
+
152
+ <!-- [optional] Any other relevant information that doesn't fit elsewhere. -->
153
+
154
+ ## Dataset Card Authors
155
+
156
+ [More Information Needed]
157
+
158
+ ## Dataset Card Contact
159
+
160
+ [More Information Needed--optional]
161
+ <!-- Could include who to contact with questions, but this is also what the "Discussions" tab is for. -->