| { | |
| "default": { | |
| "description": "LLAVA-compatible brain tumor dataset in JSONL format with image-text pairs for multimodal training.", | |
| "features": { | |
| "image": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| }, | |
| "conversations": [ | |
| { | |
| "from": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| }, | |
| "value": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| } | |
| } | |
| ] | |
| }, | |
| "splits": { | |
| "train": { | |
| "name": "train", | |
| "num_bytes": 3110, | |
| "num_examples": 10 | |
| } | |
| }, | |
| "download_size": 3110, | |
| "dataset_size": 3110 | |
| } | |
| } |