egrace479 commited on
Commit
1e1eb8e
·
verified ·
1 Parent(s): 9150170

clarify text embeddings

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ visuals/
80
  phyla_ToL_tree.png
81
  ```
82
 
83
- The `embeddings/` directory contains the [BioCLIP](https://huggingface.co/imageomics/bioclip) embeddings for the entire TreeOfLife-10M dataset.
84
 
85
  Each `image_set` is approximately 30GB and contains 100 thousand images, each named `<treeoflife_id>.jpg`.
86
  We cannot reproduce the `iNat21` data, but step-by-step [***reproduction instructions***](https://github.com/Imageomics/bioclip/blob/main/docs/imageomics/treeoflife10m.md#reproduce-treeoflife-10m) are provided on the BioCLIP GitHub repository to recreate the proper webdataset structure. This process will produce a collection of files named `shard-######.tar` in a `train`, `val`, and `train_small` folder with which to work.
 
80
  phyla_ToL_tree.png
81
  ```
82
 
83
+ The `embeddings/` directory contains the [BioCLIP](https://huggingface.co/imageomics/bioclip) text embeddings for all 8,455,243 images with full taxonomic labels in the TreeOfLife-10M dataset.
84
 
85
  Each `image_set` is approximately 30GB and contains 100 thousand images, each named `<treeoflife_id>.jpg`.
86
  We cannot reproduce the `iNat21` data, but step-by-step [***reproduction instructions***](https://github.com/Imageomics/bioclip/blob/main/docs/imageomics/treeoflife10m.md#reproduce-treeoflife-10m) are provided on the BioCLIP GitHub repository to recreate the proper webdataset structure. This process will produce a collection of files named `shard-######.tar` in a `train`, `val`, and `train_small` folder with which to work.