Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
**WARNING**: Do *not* consider anything in this repo production ready.
|
@@ -74,4 +85,4 @@ SigLIPModel(
|
|
74 |
).launch_demo(
|
75 |
default_model_name='smilingwolf/siglip_swinv2_base_2025_02_22_18h56m54s'
|
76 |
)
|
77 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: zero-shot-image-classification
|
6 |
+
library_name: dghs-imgutils
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
- siglip
|
10 |
+
- dghs-imgutils
|
11 |
+
- onnx
|
12 |
+
datasets:
|
13 |
+
- deepghs/danbooru2024-webp-4Mpixel
|
14 |
---
|
15 |
|
16 |
**WARNING**: Do *not* consider anything in this repo production ready.
|
|
|
85 |
).launch_demo(
|
86 |
default_model_name='smilingwolf/siglip_swinv2_base_2025_02_22_18h56m54s'
|
87 |
)
|
88 |
+
```
|