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
README.md
CHANGED
|
@@ -15,6 +15,9 @@ tags:
|
|
| 15 |
- transformers
|
| 16 |
- cross-attention
|
| 17 |
metrics:
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
<!--
|
|
|
|
| 15 |
- transformers
|
| 16 |
- cross-attention
|
| 17 |
metrics:
|
| 18 |
+
model_description: >-
|
| 19 |
+
A simple Interpretable Transformer for fine-grained image classification and analysis
|
| 20 |
+
with a particular focus on interpretability of results.
|
| 21 |
---
|
| 22 |
|
| 23 |
<!--
|