Update README.md
Browse files
README.md
CHANGED
@@ -70,5 +70,6 @@ print(tokenizer.batch_decode(outputs, skip_special_tokens=True)[0])
|
|
70 |
|
71 |
## Limitations
|
72 |
- The dataset used in training is limited to only 500 data, so the model performance may still not be optimal.
|
73 |
-
- The
|
74 |
-
- The content of the generated websites is dummy (including the images), so the users need to further customize the websites.
|
|
|
|
70 |
|
71 |
## Limitations
|
72 |
- The dataset used in training is limited to only 500 data, so the model performance may still not be optimal.
|
73 |
+
- The model is designed to generate single-page static websites, constructed using HTML with internal CSS.
|
74 |
+
- The content of the generated websites is dummy (including the images), so the users need to further customize the websites.
|
75 |
+
- The generated websites leverage Bootstrap for the styling, Font Awesome for the icons, and dummyimage.com images for the dummy images.
|