Image Feature Extraction
Transformers
Safetensors
aloe_siglip2_vision
image-classification
aloe
b-cos
interpretability
computer-vision
vision-transformer
feature-extraction
cvpr-2026
custom_code
Instructions to use rmaser/aloe-siglip2-so400m-432-in1k-lp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rmaser/aloe-siglip2-so400m-432-in1k-lp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="rmaser/aloe-siglip2-so400m-432-in1k-lp", trust_remote_code=True)# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("rmaser/aloe-siglip2-so400m-432-in1k-lp", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update ALOE model card
Browse files- .gitattributes +1 -0
- figures/zero_shot_explanations.png +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
figures/explanations_and_pca.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
figures/gridpg_by_scale.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
figures/explanations_and_pca.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
figures/gridpg_by_scale.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
figures/zero_shot_explanations.png filter=lfs diff=lfs merge=lfs -text
|
figures/zero_shot_explanations.png
ADDED
|
Git LFS Details
|