Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
```py
|
|
@@ -15,4 +29,6 @@ Enticing or Sensual 0.7699 0.8979 0.8290 5600
|
|
| 15 |
accuracy 0.8296 26483
|
| 16 |
macro avg 0.8330 0.8286 0.8293 26483
|
| 17 |
weighted avg 0.8331 0.8296 0.8298 26483
|
| 18 |
-
```
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google/siglip2-base-patch16-224
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
library_name: transformers
|
| 9 |
+
tags:
|
| 10 |
+
- Mature
|
| 11 |
+
- Content
|
| 12 |
+
- Detection
|
| 13 |
+
- Enticing
|
| 14 |
+
- Sensual
|
| 15 |
+
- Neutral
|
| 16 |
+
- Anime
|
| 17 |
---
|
| 18 |
|
| 19 |
```py
|
|
|
|
| 29 |
accuracy 0.8296 26483
|
| 30 |
macro avg 0.8330 0.8286 0.8293 26483
|
| 31 |
weighted avg 0.8331 0.8296 0.8298 26483
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+

|