Full Monet training data (compressed)
Loose files under images/ on this repo are incomplete (Hub directory file limit). Download and extract:
| Archive | Contents |
|---|---|
archives/monet_train.tar.zst | no_text/train.jsonl |
archives/images_input.tar.zst | images/input/ |
archives/images_intermediate.tar.zst | images/intermediate/ |
See archives/EXTRACT.md. Example:
huggingface-cli download RuoliuYang/ULVR_all --repo-type dataset --include "archives/*" --local-dir ./ULVR_all
cd ULVR_all/archives && zstd -d monet_train.tar.zst -c | tar -xf - -C ..