Text Generation
Transformers
Safetensors
Indonesian
llama
text-generation-inference
alxxtexxr commited on
Commit
3e85508
·
verified ·
1 Parent(s): 37cf3cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 generated websites leverage Bootstrap for the styling and Font Awesome for the icons.
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.