The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
__key__
string | __url__
string | json
list |
---|---|---|
posts | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/metadata/post.tar.gz | [{"actual_preview_height":300,"actual_preview_width":207,"approver_id":null,"author":"yanis","change(...TRUNCATED) |
10000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
100000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
1000000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
1001000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
1002000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
1003000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
1004000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
1005000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
1006000 | hf://datasets/nyanko7/yandere2023@f6d27d366ffa74fbc15affe7389633bc43c447ed/original/data-0000.tar | null |
Yandere2023: A Large-Scale Crowdsourced and Tagged Anime Illustration Dataset
Yandere2023 is a comprehensive anime image dataset with over 1.2 million high-quality images sourced from various materials, including key frames, manga scans, artbooks, and more. While the average number of tags per image is relatively low, the dataset boasts a diverse collection of images with exceptional quality.
- Shared by: Nyanko Devs
- Language(s): English, Japanese
- License: MIT
Uses
Format
The goal of the dataset is to be as easy as possible to use immediately, avoiding obscure file formats, while allowing simultaneous research & seeding of the torrent, with easy updates.
Images are provided in the full original form (be that JPG, PNG, GIF or otherwise) for reference/archival purposes, and bucketed into 1000 subdirectories 0000β0999 (0-padded), which is the Yandere ID modulo 1000 (ie. all images in 0999/ have an ID ending in β999β); IDs can be turned into paths by dividing & padding (eg. in Bash, BUCKET=$(printf "%04d" $(( ID % 1000 )) )) and then the file is at original/$BUCKET/$ID.$EXT.
The reason for the bucketing is that a single directory would cause pathological filesystem performance, and modulo ID is a simple hash which spreads images evenly without requiring additional future directories to be made or a filesystem IO to check where the file is. The ID is not zero-padded and files end in the relevant extension, hence the file layout looks like this:
$ tree / | less
/
βββ yandere2023 -> /mnt/diffusionstorage/workspace/yandere/
β βββ metadata
β βββ readme.md
β βββ original
β β βββ 0000 -> data-0000.tar
β β βββ 0001 -> data-0001.tar
β β β βββ 10001.jpg
β β β βββ 210001.png
β β β βββ 3120001.webp
β β β βββ 6513001.jpg
- Downloads last month
- 397