Create dataset_config.json
Browse files- dataset_config.json +8 -0
dataset_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "LLAVA-compatible brain tumor dataset in JSONL format with image-text pairs for multimodal training.",
|
| 4 |
+
"data_files": {
|
| 5 |
+
"train": "train.jsonl"
|
| 6 |
+
}
|
| 7 |
+
}
|
| 8 |
+
}
|