egrace479 netzhang commited on
Commit
7e984e1
·
verified ·
1 Parent(s): 2473e22

Added Description Field in Dataset Card Metadata (#11)

Browse files

- Added Description Field in Dataset Card Metadata (2f34d632ac5153ac82b2dd392c40dcba4655f68b)


Co-authored-by: Net Zhang <netzhang@users.noreply.huggingface.co>

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