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
Update README.md
#2
by balajiRRK - opened
add model_description
Update:
A simple Interpretable Transformer for fine-grained image classification and analysis with a particular focus on interpretability of results.
Updated model_description to provide more context using the updated description you provided.
egrace479 changed pull request status to merged