YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
ImageNet Variations Synth Pilot (1K)
Synthetic vision-language instruction pilot from laion/imagenet_variations prompts.
Pipeline
- Sample 1000 prompts from imagenet_variations
- Add one style framing per prompt (website / textbook / diagram / …)
- Generate image with FLUX.1-schnell
- Encode with SEED-2 (
<seed2_N>, 32 tokens) - Qwen2.5-VL-7B-Instruct looks at the actual image and writes instruction + response
(modes: describe / QA / howto / reverse) - Format: capitalized
USER/ASSISTANT(synth-llava style)
Format
USER: <seed2> <seed2_N> … </seed2> {instruction} ASSISTANT: {response}
Each JSONL row also has image_path (relative under images/) and metadata (style, mode, base prompt, models).
Contents
| Rows | 1000 |
| Images | 1000 × 1024² PNG under images/ |
| Failures | 0 |
Files
data/pilot.jsonl— recordsimages/*.png— generated images (inv_XXXXXX.png)
Notes
Pilot for review before scaling. Intended for VLA / multimodal pretraining research.
- Downloads last month
- 804