Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
tcz commited on
Commit
305270c
·
verified ·
1 Parent(s): 2f62f55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -17,4 +17,23 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  license: apache-2.0
20
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - split: train
18
  path: data/train-*
19
  license: apache-2.0
20
+ ---
21
+ # Reverse Browser Small Validation Dataset
22
+
23
+ This dataset contains a very small number of paired HTML/CSS markup and vector-based SVG representations simple websites. Rendered at mobile resolution. It created by custom browser rendering pipeline. The dataset is designed for quick evaluation of models during training that translate visual web designs to markup.
24
+
25
+ This dataset is not meant to train capable models, but to be used create proof-of-concept and run performance tests when evaluating model architectures.
26
+
27
+ For larger datasets created from public web pages one of the following:
28
+
29
+ - https://huggingface.co/datasets/tcz/rb-large
30
+ - https://huggingface.co/datasets/tcz/rb-large-reduced
31
+ - https://huggingface.co/datasets/tcz/rb-large-chopped
32
+
33
+ ## Contents
34
+
35
+ Each entry in the dataset includes:
36
+
37
+ - **HTML**: A cleaned and compressed version of the page’s markup, stripped of `<script>`, `<iframe>`, `<video>`, and other non-visual elements, only retaining `<body>` outerHTML. CSS has been inlined. Images are not saved.
38
+ - `html`: The preprocessed HTML/CSS source
39
+ - **SVG**: SVG representation of the page for the following viewport sizes: 393×852