CoolFace
Datasetpublic

Aak975/iclr-wm-backup-public

ICLR Watermark Benchmark — backup overflow (public part) Companion to the private repo Aak975/iclr-wm-backup, which reached its storage quota. Together the two repos form ONE backup — every file exists in exactly one of them, with the same layout: archives/<sub>/part-0000 ... part-NNNN, MANIFEST.json restore one archive: cat part-* | zstd -d | tar -x MANIFEST.json = {"parts": N, "sha256": <whole-stream>, "total_bytes": M} This public part holds only shareable image data… See the full description on the dataset page: https://huggingface.co/datasets/Aak975/iclr-wm-backup-public.

sourceHugging Faceupdated 20d agoView on Hugging Face
0likes179kdownloads
Dataset Card

ICLR Watermark Benchmark — backup overflow (public part)

Companion to the private repo Aak975/iclr-wm-backup, which reached its storage quota. Together the two repos form ONE backup — every file exists in exactly one of them, with the same layout:

archives/<sub>/part-0000 ... part-NNNN, MANIFEST.json
  restore one archive:  cat part-* | zstd -d | tar -x
  MANIFEST.json = {"parts": N, "sha256": <whole-stream>, "total_bytes": M}

This public part holds only shareable image data from our watermark-benchmark experiments (watermarked/attacked images) — no keys, no paper draft. Full restore instructions: see the README of the private repo (docs/RESTORE.md in the code repo), whose restore script reads both repos automatically.