| --- |
| 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/`. |
|
|