--- license: mit language: - en tags: - glaze - benchmark pretty_name: GlazyBench size_categories: - 10K.json`: merged per-sample record assembled from packaged recipe, target, metadata, and parsed HTML metadata. - `source_records/html_metadata.json`: filtered HTML-derived metadata for packaged sample IDs. - `raw_html/.html`: original raw HTML page for the packaged sample ID. - `tools/read_source_record.py`: convenience CLI for reading sample records and raw HTML from the exported package itself. These supplemental files are aligned to packaged sample IDs and are meant for provenance and user-defined parsing, not as the primary benchmark interface. ## Minimal baselines included To make the package directly usable after download, this export also includes dependency-light baseline scripts: - `baselines/property_prediction_baseline.py`: majority-class baseline for `transparency`, `surface`, and `color_family`, plus a mean-RGB baseline for `color_rgb`. - `baselines/image_generation_baseline.py`: nearest-train-sample retrieval baseline using RGB distance. Run them from the repository root with: ```bash python huggingface/baselines/property_prediction_baseline.py python huggingface/baselines/image_generation_baseline.py ``` See `baselines/README.md` for output details and optional flags. ## Publication note This folder organizes the benchmark for sharing, but it does not assert a license on behalf of the original data sources. Before uploading to Hugging Face, confirm that the Glazy-derived metadata and images are cleared for redistribution under your intended release terms. ## Recommended Hugging Face presentation If you publish this as a dataset repository, keep the two subfolders as two benchmark configurations inside one dataset card: - `property_prediction` - `image_generation` This makes the public package match the benchmark structure already used in this repository.