egrace479 commited on
Commit
ce0b7e8
·
verified ·
1 Parent(s): df00ae6

Add descriptions to `yaml`

Browse files

This allows HF API access to the model's name ("BioCLIP 2") and description (see [example](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/cards#huggingface_hub.ModelCard.from_template.example)). It should then render nicely on the [Imageomics Catalog](https://imageomics.github.io/catalog/) for improved discoverability.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,6 +4,8 @@ license:
4
  language:
5
  - en
6
  library_name: open_clip
 
 
7
  tags:
8
  - biology
9
  - CV
 
4
  language:
5
  - en
6
  library_name: open_clip
7
+ model_name: "BioCLIP 2"
8
+ model_description: "BioCLIP 2 is a foundation model for biology organismal images. It is trained on TreeOfLife-200M on the basis of a CLIP model (ViT-14/L) pre-trained on LAION-2B. BioCLIP 2 yields state-of-the-art performance in recognizing various species. More importantly, it demonstrates emergent properties beyond species classification after extensive hierarchical contrastive training."
9
  tags:
10
  - biology
11
  - CV