Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ tags:
|
|
17 |
|
18 |
> **Gym-Workout-Classifier-SigLIP2** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify gym workout exercises using the **SiglipForImageClassification** architecture.
|
19 |
|
20 |
-
|
21 |
Classification Report:
|
22 |
precision recall f1-score support
|
23 |
|
@@ -47,7 +47,7 @@ tags:
|
|
47 |
accuracy 0.9638 9687
|
48 |
macro avg 0.9643 0.9625 0.9630 9687
|
49 |
weighted avg 0.9647 0.9638 0.9639 9687
|
50 |
-
|
51 |
|
52 |

|
53 |
|
|
|
17 |
|
18 |
> **Gym-Workout-Classifier-SigLIP2** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify gym workout exercises using the **SiglipForImageClassification** architecture.
|
19 |
|
20 |
+
```py
|
21 |
Classification Report:
|
22 |
precision recall f1-score support
|
23 |
|
|
|
47 |
accuracy 0.9638 9687
|
48 |
macro avg 0.9643 0.9625 0.9630 9687
|
49 |
weighted avg 0.9647 0.9638 0.9639 9687
|
50 |
+
```
|
51 |
|
52 |

|
53 |
|