prithivMLmods commited on
Commit
6d23429
·
verified ·
1 Parent(s): b590a74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
 
13
  ![2.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/CPSV18EisjG36vLoxsavm.png)
14
 
15
- # **Face-Confidence-SigLIP2**
16
 
17
  > **Face-Confidence-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 **confident faces** and **unconfident faces** using the **SiglipForImageClassification** architecture.
18
 
@@ -53,6 +53,8 @@ pip install -q transformers torch pillow gradio
53
 
54
  ---
55
 
 
 
56
  ## **Inference Code**
57
 
58
  ```python
@@ -102,6 +104,13 @@ if __name__ == "__main__":
102
 
103
  ---
104
 
 
 
 
 
 
 
 
105
  ## **Intended Use**
106
 
107
  **Face-Confidence-SigLIP2** can be used for:
 
12
 
13
  ![2.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/CPSV18EisjG36vLoxsavm.png)
14
 
15
+ # **Face-Confidence-SigLIP2(Experimental)**
16
 
17
  > **Face-Confidence-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 **confident faces** and **unconfident faces** using the **SiglipForImageClassification** architecture.
18
 
 
53
 
54
  ---
55
 
56
+ > Image Scale (Optimal): 256 × 256
57
+
58
  ## **Inference Code**
59
 
60
  ```python
 
104
 
105
  ---
106
 
107
+ ## **Demo Inference(Image)**
108
+
109
+ ![Screenshot 2025-09-05 at 05-34-43 Face-Confidence-SigLIP2.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/h9kG6dFzontzdX0FuEHMF.png)
110
+ ![Screenshot 2025-09-05 at 05-28-14 Face-Confidence-SigLIP2.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/hpIf5Hr0lTXjPPdZpmHAJ.png)
111
+ ![Screenshot 2025-09-05 at 05-27-24 Face-Confidence-SigLIP2.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/gLPbNYLBMTfYGjVdmIl3E.png)
112
+ ![Screenshot 2025-09-05 at 05-26-12 Face-Confidence-SigLIP2.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/kZ1AUC9VdTlvGz2cy3238.png)
113
+
114
  ## **Intended Use**
115
 
116
  **Face-Confidence-SigLIP2** can be used for: