Update README.md
Browse files
README.md
CHANGED
@@ -136,7 +136,7 @@ configs:
|
|
136 |
|
137 |
# dataproc5/test-danbooru2025-tag-balanced-210k
|
138 |
|
139 |
-
A test dataset of balanced
|
140 |
|
141 |
```python
|
142 |
balanced_df = select_balanced_images(dbr_df, tag_counts_monthly_df, tags_thres=1800, max_images=500_000, max_tag_proportion=0.08, random_seed=42)
|
|
|
136 |
|
137 |
# dataproc5/test-danbooru2025-tag-balanced-210k
|
138 |
|
139 |
+
A test dataset of balanced 210k rows from danbooru2025, aiming to maximize common knowledege per image under limited data or compute scope.
|
140 |
|
141 |
```python
|
142 |
balanced_df = select_balanced_images(dbr_df, tag_counts_monthly_df, tags_thres=1800, max_images=500_000, max_tag_proportion=0.08, random_seed=42)
|