SmilingWolf
commited on
Commit
•
bf36449
1
Parent(s):
c7dbf27
ConvNextV2 Tagger v2.0
Browse files- .gitattributes +2 -0
- README.md +23 -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,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
+
# WD 1.4 ConvNextV2 Tagger V2
|
5 |
+
|
6 |
+
Supports ratings, characters and general tags.
|
7 |
+
|
8 |
+
Trained using https://github.com/SmilingWolf/SW-CV-ModelZoo.
|
9 |
+
TPUs used for training kindly provided by the [TRC program](https://sites.research.google/trc/about/).
|
10 |
+
|
11 |
+
## Dataset
|
12 |
+
Last image id: 5944504
|
13 |
+
Trained on Danbooru images with IDs modulo 0000-0899.
|
14 |
+
Validated on images with IDs modulo 0950-0999.
|
15 |
+
Images with less than 10 general tags were filtered out.
|
16 |
+
Tags with less than 600 images were filtered out.
|
17 |
+
|
18 |
+
## Validation results
|
19 |
+
`P=R: threshold = 0.3710, F1 = 0.6862`
|
20 |
+
|
21 |
+
## Final words
|
22 |
+
Subject to change and updates.
|
23 |
+
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:4e58abc2a26a4c49319c9977dbcd4f7eb92ea255f2ef115b3079040662aa7697
|
3 |
+
size 476609
|
model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e91daa19cd9e8725125b7d70702d1560855fb687f8d8c4218eddaa821f41834a
|
3 |
+
size 388479878
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e401c95ace99b67ca5e90499fe9d12994ef7aefa0f706081807601cb5f05aa71
|
3 |
+
size 6167749
|
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:94222fbfa4406fd44d6af87ec66c372b6bf90e0fb6562e18b14721717556c4fb
|
3 |
+
size 388266280
|
variables/variables.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4df02bc690bf75bfe767e63a9c4def4e213c1edc98899fa749ce2454f16e1f15
|
3 |
+
size 25516
|