Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,10 @@ tags:
|
|
19 |
|
20 |
> **3D-Printed-Or-Not-SigLIP2** is a vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for **binary image classification**. It is trained to distinguish between images of **3D printed** and **non-3D printed** objects using the **SiglipForImageClassification** architecture.
|
21 |
|
|
|
|
|
|
|
|
|
22 |
```py
|
23 |
Classification Report:
|
24 |
precision recall f1-score support
|
|
|
19 |
|
20 |
> **3D-Printed-Or-Not-SigLIP2** is a vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for **binary image classification**. It is trained to distinguish between images of **3D printed** and **non-3D printed** objects using the **SiglipForImageClassification** architecture.
|
21 |
|
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 |
```py
|
27 |
Classification Report:
|
28 |
precision recall f1-score support
|