netzhang commited on
Commit
2f34d63
·
verified ·
1 Parent(s): 2473e22

Added Description Field in Dataset Card Metadata

Browse files

Added description field in dataset card Metadata to synch with the institute dataset collection.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -4,6 +4,12 @@ language:
4
  - en
5
  - la
6
  pretty_name: Rare Species Dataset
 
 
 
 
 
 
7
  task_categories:
8
  - image-classification
9
  - zero-shot-classification
 
4
  - en
5
  - la
6
  pretty_name: Rare Species Dataset
7
+ description: >-
8
+ This dataset was generated alongside TreeOfLife-10M as a benchmark for BioCLIP;
9
+ data (images and text) were pulled from Encyclopedia of Life (EOL) to generate a dataset
10
+ consisting of rare species for zero-shot-classification and more refined image classification tasks.
11
+ Here, we use "rare species" to mean species listed on The International Union for Conservation of Nature (IUCN) Red List
12
+ as Near Threatened, Vulnerable, Endangered, Critically Endangered, and Extinct in the Wild.
13
  task_categories:
14
  - image-classification
15
  - zero-shot-classification