Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- google/siglip2-base-patch16-224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
```py
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- google/siglip2-base-patch16-224
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
library_name: transformers
|
| 9 |
+
tags:
|
| 10 |
+
- text-generation-inference
|
| 11 |
+
- siglip2
|
| 12 |
+
- image-filter
|
| 13 |
+
- safe-image-moderation
|
| 14 |
+
- adult-content-filter
|
| 15 |
+
- content-safety
|
| 16 |
+
- anime-detection
|
| 17 |
+
- ai-safety
|
| 18 |
---
|
| 19 |
|
| 20 |
```py
|