Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,11 @@ pipeline_tag: image-classification
|
|
| 11 |
license: other
|
| 12 |
license_name: dinov3-license
|
| 13 |
license_link: https://ai.meta.com/resources/models-and-libraries/dinov3-license/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# DanbooruTagQuery
|
|
@@ -20,7 +25,9 @@ Lightweight multi-label anime image tagger using a pretrained **DINOv3 ViT backb
|
|
| 20 |
- 11,424 tags (general + character + copyright)
|
| 21 |
- 448×448 input, ONNX-exported
|
| 22 |
|
| 23 |
-
[GitHub repo](https://github.com/realphongha/DanbooruTagQuery)
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -81,10 +88,6 @@ Key results:
|
|
| 81 |
|
| 82 |
**Note: this model tags adult (NSFW) content.** Danbooru contains explicit imagery and its tag vocabulary reflects that. Do not use in contexts where such content is unacceptable.
|
| 83 |
|
| 84 |
-
## Huggingface space
|
| 85 |
-
You can try our models here:
|
| 86 |
-
[realphongha/DanbooruTagQuery](https://huggingface.co/spaces/realphongha/DanbooruTagQuery)
|
| 87 |
-
|
| 88 |
## Training data
|
| 89 |
- Source: [`trojblue/danbooru2025-metadata`](https://huggingface.co/datasets/trojblue/danbooru2025-metadata)
|
| 90 |
- Filters: deleted/banned/flagged/pending images removed, score > 10, file size 50 KB–20 MB, dimensions ≥ 224×224
|
|
|
|
| 11 |
license: other
|
| 12 |
license_name: dinov3-license
|
| 13 |
license_link: https://ai.meta.com/resources/models-and-libraries/dinov3-license/
|
| 14 |
+
datasets:
|
| 15 |
+
- trojblue/danbooru2025-metadata
|
| 16 |
+
base_model:
|
| 17 |
+
- facebook/dinov3-vitb16-pretrain-lvd1689m
|
| 18 |
+
- facebook/dinov3-vitl16-pretrain-lvd1689m
|
| 19 |
---
|
| 20 |
|
| 21 |
# DanbooruTagQuery
|
|
|
|
| 25 |
- 11,424 tags (general + character + copyright)
|
| 26 |
- 448×448 input, ONNX-exported
|
| 27 |
|
| 28 |
+
[GitHub repo](https://github.com/realphongha/DanbooruTagQuery)
|
| 29 |
+
You can try our models here:
|
| 30 |
+
[realphongha/DanbooruTagQuery](https://huggingface.co/spaces/realphongha/DanbooruTagQuery)
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
|
|
|
|
| 88 |
|
| 89 |
**Note: this model tags adult (NSFW) content.** Danbooru contains explicit imagery and its tag vocabulary reflects that. Do not use in contexts where such content is unacceptable.
|
| 90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
## Training data
|
| 92 |
- Source: [`trojblue/danbooru2025-metadata`](https://huggingface.co/datasets/trojblue/danbooru2025-metadata)
|
| 93 |
- Filters: deleted/banned/flagged/pending images removed, score > 10, file size 50 KB–20 MB, dimensions ≥ 224×224
|