SQLite snapshot of the Hydrus Public Tag Repository: sha256-to-tag mappings, tags, plus the alias and implication graph. Drop-in seed for monloader's PTR client, skipping the multi-week initial sync.
hashes (hash_id INTEGER PRIMARY KEY, hash BLOB) -- 32-byte sha256
tags (tag_id INTEGER PRIMARY KEY, tag TEXT)
mappings (hash_id, tag_id) -- PRIMARY KEY (hash_id, tag_id)
siblings (bad_tag_id PRIMARY KEY, good_tag_id) -- alias: bad ->… See the full description on the dataset page:
https://huggingface.co/datasets/Leqwin/hydrus-ptr-tag-mappings.