Datasets:

Languages:
English
Size Categories:
1M<n<10M
ArXiv:
Tags:
code
Synthetic
License:
VictorSanh HF staff commited on
Commit
f14adcb
1 Parent(s): 8108875

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -28,13 +28,13 @@ language:
28
 
29
  ## Dataset Description
30
 
31
- This dataset comprises 823k HTML/CSS codes representing synthetically generated English websites, each accompanied by a corresponding screenshot.
32
 
33
- This dataset serves as a valuable resource for tasks such as fine-tuning vision-language models. Notably, it is used for the training of the forthcoming Idefics-2 model, aiming to augment its proficiency in generating website code based on a provided screenshot.
34
 
35
  ## Data Fields
36
 
37
- An example of a sample looks as follows:
38
  ```
39
  {
40
  'images': PIL.Image,
@@ -42,7 +42,7 @@ An example of a sample looks as follows:
42
  }
43
  ```
44
  where `css` is the CSS code, and `body` is the body of the HTML code.
45
- In other words, the CSS code is embedded directly within the HTML code, facilitating straightforward training of a model.
46
 
47
  ## Data Splits
48
 
 
28
 
29
  ## Dataset Description
30
 
31
+ This dataset consists of 823,000 HTML/CSS codes representing synthetically generated English websites, each accompanied by a corresponding screenshot.
32
 
33
+ This dataset serves as a valuable resource for tasks such as generating UI codes from a screenshot. Notably, it is used for the training of the forthcoming Idefics-2 model, aiming at augmenting its proficiency in generating website code based on a provided screenshot.
34
 
35
  ## Data Fields
36
 
37
+ An example of a sample appears as follows:
38
  ```
39
  {
40
  'images': PIL.Image,
 
42
  }
43
  ```
44
  where `css` is the CSS code, and `body` is the body of the HTML code.
45
+ In other words, the CSS code is embedded directly within the HTML code, facilitating the straightforward training of a model.
46
 
47
  ## Data Splits
48