Transformers
English
biology
CV
images
animals
image classification
fine-grained classification
butterflies
birds
interpretable
cross-attention
Instructions to use imageomics/INTR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imageomics/INTR with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("imageomics/INTR", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Initialize README
#1
by egrace479 - opened
This PR initializes a README with Imageomics Grant information, citations, data and model references, some information on evaluation, and links to the GitHub repo and paper. @djpaul , please complete the README (with particular attention to the sections that say [More Information Needed]), then we can generate a DOI so the model can be appropriately referenced and more easily used by others.
djpaul changed pull request status to merged