Joshua0522 commited on
Commit
bb53229
·
verified ·
1 Parent(s): dff2c41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- - 💡 **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
 
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