Zero-Shot Image Classification
OpenCLIP
Safetensors
English
biology
CV
images
imageomics
clip
species-classification
biological visual task
multimodal
animals
plants
fungi
species
taxonomy
rare species
endangered species
evolutionary biology
knowledge-guided
Instructions to use imageomics/bioclip-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use imageomics/bioclip-2 with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:imageomics/bioclip-2') tokenizer = open_clip.get_tokenizer('hf-hub:imageomics/bioclip-2') - Notebooks
- Google Colab
- Kaggle
Add descriptions to `yaml`
#2
by egrace479 - opened
This allows HF API access to the model's name ("BioCLIP 2") and description (see example). It should then render nicely on the Imageomics Catalog for improved discoverability.
Looks good, though my recommendation would be to eliminate redundancy with the name or title, i.e., remove BioCLIP is ... from the description. (In the same way, for example CRAN doesn't want you to have "X is an R Package that ..." in the description, because both X and R Package are redundant.)
And I think I can't just make a commit-able suggestion on HF?
And I think I can't just make a commit-able suggestion on HF?
No, I haven't found a way to do that.
egrace479 changed pull request status to merged