Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
datasets:
|
| 4 |
-
- frgfm/imagenette
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |

|
| 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 |

|
| 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:
|