Dataset Viewer
Auto-converted to Parquet
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 JSON
  • answer: 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