File size: 665 Bytes
e3e24de | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"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
}
} |