docs: fix OpenArt family page references
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ configs:
|
|
| 32 |
|
| 33 |
Japanese Ukiyo-e woodblock prints from OpenBrush-75K — the only non-Western style in the parent dataset, separated here for trainers who want a dedicated Japanese woodblock corpus without downloading 75K Western paintings to filter.
|
| 34 |
|
| 35 |
-
> **Curated subset of [jaddai/openbrush
|
| 36 |
|
| 37 |
## Why this subset
|
| 38 |
|
|
@@ -94,7 +94,7 @@ print(example["caption_full"])
|
|
| 94 |
|
| 95 |
## Relationship to the parent dataset
|
| 96 |
|
| 97 |
-
This is a filtered slice of [jaddai/openbrush
|
| 98 |
|
| 99 |
If you want the **complete** OpenBrush corpus (75,313 paintings), use the parent. If you want **just this slice**, use this subset to save bandwidth and disk.
|
| 100 |
|
|
@@ -168,7 +168,7 @@ CC0 1.0 (public-domain dedication). Underlying artworks are public domain (all a
|
|
| 168 |
year={2026},
|
| 169 |
publisher={Hugging Face},
|
| 170 |
url={https://huggingface.co/datasets/jaddai/openbrush-ukiyo-e},
|
| 171 |
-
note={Curated subset of openbrush
|
| 172 |
}
|
| 173 |
```
|
| 174 |
|
|
|
|
| 32 |
|
| 33 |
Japanese Ukiyo-e woodblock prints from OpenBrush-75K — the only non-Western style in the parent dataset, separated here for trainers who want a dedicated Japanese woodblock corpus without downloading 75K Western paintings to filter.
|
| 34 |
|
| 35 |
+
> **Curated subset of [jaddai/openbrush](https://huggingface.co/datasets/jaddai/openbrush).** Same CC0 license, same caption schema, same VLM (Qwen3-VL-30B-A3B). This subset exists so you don't have to download 75,313 images to get to the 1,167 you actually want.
|
| 36 |
|
| 37 |
## Why this subset
|
| 38 |
|
|
|
|
| 94 |
|
| 95 |
## Relationship to the parent dataset
|
| 96 |
|
| 97 |
+
This is a filtered slice of [jaddai/openbrush](https://huggingface.co/datasets/jaddai/openbrush) v1.1. All images, captions, and metadata are identical to those in the parent — no recaptioning or modification.
|
| 98 |
|
| 99 |
If you want the **complete** OpenBrush corpus (75,313 paintings), use the parent. If you want **just this slice**, use this subset to save bandwidth and disk.
|
| 100 |
|
|
|
|
| 168 |
year={2026},
|
| 169 |
publisher={Hugging Face},
|
| 170 |
url={https://huggingface.co/datasets/jaddai/openbrush-ukiyo-e},
|
| 171 |
+
note={Curated subset of jaddai/openbrush}
|
| 172 |
}
|
| 173 |
```
|
| 174 |
|