File size: 554 Bytes
06830ea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*.parquet
---
Columns:
- `input_text` — text prompt (may be null)
- `input_image` — reference image (may be null); at least one of text / image is set
- `code` — Python source that builds the asset
- `glb` — the resulting GLB file, raw bytes
- `platform` — e.g. `blender`
- `type` — e.g. `modeling`
- `model` — which model wrote the code (`fable`, `fable 5.1`, `opus 5`, `astra`, `sol`)
Rows are appended one parquet shard per upload under `data/`.
|