Radmanesh commited on
Commit
0d5fe8e
·
verified ·
1 Parent(s): 4967854

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -7,13 +7,24 @@ dataset_info:
7
  dtype: string
8
  splits:
9
  - name: train
10
- num_bytes: 42914797.0
11
  num_examples: 80
12
- download_size: 37104019
13
- dataset_size: 42914797.0
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
7
  dtype: string
8
  splits:
9
  - name: train
10
+ num_bytes: 42914147
11
  num_examples: 80
12
+ download_size: 42914147
13
+ dataset_size: 42914147
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: odc-by
20
  ---
21
+
22
+
23
+ This dataset consists of 80 extra difficult webpages from Github Pages, which challenges SoTA multimodal LLMs on converting visual designs into code implementations.
24
+
25
+ Each example is a pair of source HTML and screenshot ({id}.html and {id}.png).
26
+ See the "easy" version of the Design2Code testset [here](https://huggingface.co/datasets/SALT-NLP/Design2Code-hf)
27
+
28
+ Note that all images in these webpages are replaced by a placeholder image (rick.jpg)
29
+
30
+ Please refer to their [project page](https://salt-nlp.github.io/Design2Code/) and their [paper](arxiv.org/abs/2403.03163) for more information.