Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
size_categories:
|
6 |
+
- 1M<n<10M
|
7 |
+
---
|
8 |
+
This dataset includes WD EVA v2 large embeddings for danbooru images. Pixiv will be added later. Tensors under w are direct outputs and match indexes for WD EVA model. Tensors under e are from WD EVA as well however these strips the classifiaction head, they are smaller and suitable for deduplication computing for example.
|
9 |
+
The indexes of w, e and f (filename) match.
|
10 |
+
|
11 |
+
WD EVA Model: https://huggingface.co/SmilingWolf/wd-eva02-large-tagger-v3
|