Update README.md
Browse files
README.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
|
| 3 |
This is a LLAVA-compatible brain tumor dataset in JSONL format with image-text pairs for multimodal training.
|
| 4 |
|
| 5 |
-
-
|
| 6 |
-
-
|
| 7 |
- `train.jsonl`: JSONL file where each entry contains:
|
| 8 |
- `"image"`: path to image file (e.g., `images/1.jpg`)
|
| 9 |
- `"conversations"`: list of message-response pairs
|
| 10 |
- `images/`: contains 20 MRI image files
|
| 11 |
-
-
|
| 12 |
|
| 13 |
Example:
|
| 14 |
```json
|
|
|
|
| 2 |
|
| 3 |
This is a LLAVA-compatible brain tumor dataset in JSONL format with image-text pairs for multimodal training.
|
| 4 |
|
| 5 |
+
- **Modality**: Image + Text (Conversations)
|
| 6 |
+
- **Structure**:
|
| 7 |
- `train.jsonl`: JSONL file where each entry contains:
|
| 8 |
- `"image"`: path to image file (e.g., `images/1.jpg`)
|
| 9 |
- `"conversations"`: list of message-response pairs
|
| 10 |
- `images/`: contains 20 MRI image files
|
| 11 |
+
- Compatible with LLaVA-style training.
|
| 12 |
|
| 13 |
Example:
|
| 14 |
```json
|