trojblue commited on
Commit
34d2ec9
·
verified ·
1 Parent(s): be96312

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -136,7 +136,7 @@ configs:
136
 
137
  # dataproc5/test-danbooru2025-tag-balanced-210k
138
 
139
- A test dataset of balanced 2100k 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)
 
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)