File size: 917 Bytes
e8523f4 0d5fe8e e8523f4 0d5fe8e e8523f4 0d5fe8e e8523f4 0d5fe8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
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](https://huggingface.co/datasets/SALT-NLP/Design2Code-hf)
Note that all images in these webpages are replaced by a placeholder image (rick.jpg)
Please refer to their [project page](https://salt-nlp.github.io/Design2Code/) and their [paper](arxiv.org/abs/2403.03163) for more information. |