Design2Code-HARD-hf / README.md
Radmanesh's picture
Upload README.md with huggingface_hub
0d5fe8e verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 42914147
      num_examples: 80
  download_size: 42914147
  dataset_size: 42914147
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
license: odc-by

This dataset consists of 80 extra difficult webpages from Github Pages, which challenges SoTA multimodal LLMs on converting visual designs into code implementations.

Each example is a pair of source HTML and screenshot ({id}.html and {id}.png). See the "easy" version of the Design2Code testset here

Note that all images in these webpages are replaced by a placeholder image (rick.jpg)

Please refer to their project page and their paper for more information.