trojblue commited on
Commit
cbaf809
·
verified ·
1 Parent(s): 43cd1ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -38,6 +38,15 @@ alltime_tag_counts = alltime_tag_counts.sort_values("tag_count", ascending=False
38
  ub.saves(alltime_tag_counts, "hf://dataproc5/metrics-danbooru2025-alltime-tag-counts", private=False)
39
  ```
40
 
 
 
 
 
 
 
 
 
 
41
  ### **Columns**
42
 
43
  - **`tag_string`**: The text of the tag (e.g., "landscape").
 
38
  ub.saves(alltime_tag_counts, "hf://dataproc5/metrics-danbooru2025-alltime-tag-counts", private=False)
39
  ```
40
 
41
+ ### **Usage**
42
+
43
+ Some example use cases of this metrics includes:
44
+
45
+ - finding out the top-occuring character / artist tags for targeted finetunes
46
+ - creating tag-balanced datasets
47
+ - use as a weighted random tags generator
48
+
49
+
50
  ### **Columns**
51
 
52
  - **`tag_string`**: The text of the tag (e.g., "landscape").