egrace479 commited on
Commit
825fdcc
·
verified ·
1 Parent(s): f7ce0ad

Add description to yaml for API and some keywords

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -17,6 +17,11 @@ tags:
17
  - vlms
18
  - benchmarks
19
  - CV
 
 
 
 
 
20
  language:
21
  - en
22
  pretty_name: VLM4Bio
@@ -55,6 +60,7 @@ configs:
55
  path: datasets/Butterfly/metadata/metadata_hard.csv
56
  - split: species_classification_prompting
57
  path: datasets/Butterfly/metadata/metadata_prompting.csv
 
58
  ---
59
 
60
  # Dataset Card for VLM4Bio
 
17
  - vlms
18
  - benchmarks
19
  - CV
20
+ - trait identification
21
+ - trait grounding
22
+ - trait referring
23
+ - trait counting
24
+ - species classification
25
  language:
26
  - en
27
  pretty_name: VLM4Bio
 
60
  path: datasets/Butterfly/metadata/metadata_hard.csv
61
  - split: species_classification_prompting
62
  path: datasets/Butterfly/metadata/metadata_prompting.csv
63
+ description: "Benchmark dataset of scientific question-answer pairs used to evaluate pretrained VLMs for trait discovery from biological images. VLM4Bio consists of images of three taxonomic groups of organisms: fish, birds, and butterflies, each containing around 10k images. Scientific tasks supported by this dataset include species classification and trait identification, referring, grounding, and counting."
64
  ---
65
 
66
  # Dataset Card for VLM4Bio