Update README.md
Browse files
README.md
CHANGED
@@ -7,13 +7,22 @@ dataset_info:
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes: 104888755
|
11 |
num_examples: 484
|
12 |
download_size: 77578732
|
13 |
-
dataset_size: 104888755
|
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: 104888755
|
11 |
num_examples: 484
|
12 |
download_size: 77578732
|
13 |
+
dataset_size: 104888755
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: odc-by
|
20 |
---
|
21 |
+
|
22 |
+
This dataset consists of 484 webpages from the C4 validation set, serving the purpose of testing multimodal LLMs on converting visual designs into code implementations.
|
23 |
+
|
24 |
+
Each example is a pair of source HTML and screenshot ({id}.html and {id}.png).
|
25 |
+
|
26 |
+
Note that all images in these webpages are replaced by a placeholder image (rick.jpg)
|
27 |
+
|
28 |
+
Please refer to our [project page](https://salt-nlp.github.io/Design2Code/) and paper for more information.
|