Image Classification
Transformers
Safetensors
English
siglip
ImageNet
SigLIP2
Classifier
prithivMLmods commited on
Commit
216f2c3
·
verified ·
1 Parent(s): 4ef361e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,8 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- datasets:
4
- - frgfm/imagenette
5
- ---
 
 
 
 
 
 
 
 
 
 
6
 
7
  ![3.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/XKcsM33R3XKl5JBBfQHNM.png)
8
 
@@ -10,7 +20,11 @@ datasets:
10
 
11
  > IMAGENETTE is a vision-language encoder model fine-tuned from google/siglip2-base-patch16-224 for multi-class image classification. It is trained to classify images into 10 categories from the popular Imagenette dataset using the SiglipForImageClassification architecture.
12
 
 
 
13
 
 
 
14
 
15
  ```py
16
  Classification Report:
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - frgfm/imagenette
5
+ language:
6
+ - en
7
+ base_model:
8
+ - google/siglip2-base-patch16-224
9
+ pipeline_tag: image-classification
10
+ library_name: transformers
11
+ tags:
12
+ - ImageNet
13
+ - SigLIP2
14
+ - Classifier
15
+ ---
16
 
17
  ![3.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/XKcsM33R3XKl5JBBfQHNM.png)
18
 
 
20
 
21
  > IMAGENETTE is a vision-language encoder model fine-tuned from google/siglip2-base-patch16-224 for multi-class image classification. It is trained to classify images into 10 categories from the popular Imagenette dataset using the SiglipForImageClassification architecture.
22
 
23
+ > [!note]
24
+ *SigLIP 2: Multilingual Vision-Language Encoders with Improved Semantic Understanding, Localization, and Dense Features* https://arxiv.org/pdf/2502.14786
25
 
26
+ > [!note]
27
+ > *ImageNet Large Scale Visual Recognition Challenge* https://arxiv.org/pdf/1409.0575
28
 
29
  ```py
30
  Classification Report: