SmilingWolf
commited on
Commit
•
8350dd5
1
Parent(s):
194ff18
SwinV2 Tagger v2.0
Browse files- .gitattributes +2 -0
- README.md +20 -0
- keras_metadata.pb +3 -0
- model.onnx +3 -0
- saved_model.pb +3 -0
- selected_tags.csv +0 -0
- variables/variables.data-00000-of-00001 +3 -0
- variables/variables.index +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
36 |
+
variables/variables.index filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WD 1.4 SwinV2 Tagger V2
|
2 |
+
|
3 |
+
Supports ratings, characters and general tags.
|
4 |
+
|
5 |
+
Trained using https://github.com/SmilingWolf/SW-CV-ModelZoo.
|
6 |
+
TPUs used for training kindly provided by the [TRC program](https://sites.research.google/trc/about/).
|
7 |
+
|
8 |
+
## Dataset
|
9 |
+
Last image id: 5944504
|
10 |
+
Trained on Danbooru images with IDs modulo 0000-0899.
|
11 |
+
Validated on images with IDs modulo 0950-0999.
|
12 |
+
Images with less than 10 general tags were filtered out.
|
13 |
+
Tags with less than 600 images were filtered out.
|
14 |
+
|
15 |
+
## Validation results
|
16 |
+
`P=R: threshold = 0.3771, F1 = 0.6854`
|
17 |
+
|
18 |
+
## Final words
|
19 |
+
Subject to change and updates.
|
20 |
+
Downstream users are encouraged to use tagged releases rather than relying on the head of the repo.
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f48bd1aa100ea3db529c42658dc2b5505befef0182035d7d7617e1b0ee7b9feb
|
3 |
+
size 447720
|
model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67740df7ede9a53e50d6e29c6a5c0d6c862f1876c22545d810515bad3ae17bb1
|
3 |
+
size 455481275
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dae9e67ee047727873c7356c1fad95232819abc3e9714b20f878ebc3175ed36c
|
3 |
+
size 37577107
|
selected_tags.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
variables/variables.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b56699435b5f9754ed86b0a0d087c3670097fa2cbcdfce89a0f74731fbbb227a
|
3 |
+
size 385176929
|
variables/variables.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4caa24dad2cca231eadd3cb1bf335e417f0c6e9b4bf625cbb69aba6ed4731c9e
|
3 |
+
size 24229
|