Dataset Viewer
image
imagewidth (px) 1.43k
1.9k
| question
stringclasses 1
value | answer
stringlengths 40.8k
1.11M
|
|---|---|---|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
|
"Generate the complete Elementor JSON layout configuration for this website design. Return only the (...TRUNCATED) | "{\"type\": \"elementor\", \"siteurl\": \"https://lp.vinicios.link/wp-json/\", \"elements\": [{\"id\(...TRUNCATED) |
End of preview. Expand
in Data Studio
Elementor Layout VLM Dataset
π Dataset Summary
Dataset para fine-tuning de modelos Vision-Language (VLM) para geraΓ§Γ£o de layouts Elementor a partir de imagens.
- Task: Visual Question Answering (VQA)
- Format: VLM VQA (image, question, answer)
- Total: 30 exemplos
- Training: 24 exemplos
- Validation: 6 exemplos
π― Uso Recomendado
AutoTrain Configuration
Task: VLM VQA
Base Model: google/paligemma-3b-pt-448
Dataset: vinicios94/elementor-layout-vlm-dataset
Column Mapping:
image: image
prompt: question
text: answer
Load Dataset
from datasets import load_dataset
dataset = load_dataset("vinicios94/elementor-layout-vlm-dataset")
example = dataset['train'][0]
print(f"Question: {example['question']}")
print(f"Answer: {example['answer'][:200]}...")
π Dataset Structure
Cada exemplo contΓ©m:
image: Screenshot de layout (PIL Image)question: Prompt para gerar JSONanswer: JSON vΓ‘lido do Elementor
π Fine-tuning
Otimizado para:
- Modelo: google/paligemma-3b-pt-448
- Hardware: Nvidia L4 (24GB VRAM)
- Batch Size: 2
- LoRA: r=16, alpha=32
- Quantization: int4
π License
Apache 2.0
- Downloads last month
- 40