LLAVABrain / dataset_infos.json
Joshua0522's picture
Create dataset_infos.json
e3e24de verified
Raw
History Blame Contribute Delete
665 Bytes
{
"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
}
}