Commit
·
bac0e7c
1
Parent(s):
8108875
Update README.md (#1)
Browse files- Update README.md (f14adcb0c92a14cabe9d6f257c4b269aacacef38)
Co-authored-by: Victor Sanh <[email protected]>
README.md
CHANGED
@@ -28,13 +28,13 @@ language:
|
|
28 |
|
29 |
## Dataset Description
|
30 |
|
31 |
-
This dataset
|
32 |
|
33 |
-
This dataset serves as a valuable resource for tasks such as
|
34 |
|
35 |
## Data Fields
|
36 |
|
37 |
-
An example of a sample
|
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 |
|