realphongha commited on
Commit
b408e4b
·
verified ·
1 Parent(s): bca8df2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ base_model:
20
 
21
  # DanbooruTagQuery
22
 
23
- Lightweight multi-label anime image tagger using a pretrained **DINOv3 ViT backbone** and a **cross-attention tag query head**.
24
 
25
  - 11,424 tags (general + character + copyright)
26
  - 448×448 input, ONNX-exported
@@ -89,7 +89,7 @@ Key results:
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
94
  - Tags: `tag_string_general` + `tag_string_character` + `tag_string_copyright` unified; tags with frequency ≥ 100; images with ≥ 2 tags
95
  - Vocabulary: **11,424 tags**; ~1M training images; last 100K images held out as validation
 
20
 
21
  # DanbooruTagQuery
22
 
23
+ Lightweight multi-label anime image tagger using **DINOv3 ViT backbone** and a **cross-attention tag query head**, trained on Danbooru images.
24
 
25
  - 11,424 tags (general + character + copyright)
26
  - 448×448 input, ONNX-exported
 
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
+ - Metadata source for Danbooru posts/images: [`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
94
  - Tags: `tag_string_general` + `tag_string_character` + `tag_string_copyright` unified; tags with frequency ≥ 100; images with ≥ 2 tags
95
  - Vocabulary: **11,424 tags**; ~1M training images; last 100K images held out as validation