AhmadIshaqai commited on
Commit
981481f
·
verified ·
1 Parent(s): e0cb473

Upload BTMM dataset: 6,000 brain MRI samples with captions, VQA, and bounding boxes

Browse files

Brain Tumor Multimodal Dataset (BTMM)

- Total samples: 6,000
- Train: 5,000 samples
- Test: 1,000 samples
- Tumor types: glioma, meningioma, pituitary, no_tumor
- Views: axial, coronal, sagittal
- Annotations: Captions, VQA pairs, Bounding boxes

dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9a5aa18c94d3e6d7ab95019077cbd131aa39ded47978521dc61594c776c107
3
+ size 124462672
test/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "image": {
10
+ "_type": "Image"
11
+ },
12
+ "tumor_type": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "view": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "has_tumor": {
21
+ "dtype": "bool",
22
+ "_type": "Value"
23
+ },
24
+ "bbox": {
25
+ "feature": {
26
+ "dtype": "float64",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "List"
30
+ },
31
+ "caption": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "vqa": {
36
+ "feature": {
37
+ "answer": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "question": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ }
45
+ },
46
+ "_type": "List"
47
+ },
48
+ "split": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "original_path": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ }
56
+ },
57
+ "homepage": "",
58
+ "license": ""
59
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5aa9c2118545649c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
train/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc7019b79ac719ba1b00b036726cbe044ef060f57f559e20fe324ffd1a9c80f9
3
+ size 303481184
train/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d51442715415b5c3024ac7162babe3ce9f444072943707a1eadce57a1a231e
3
+ size 339994168
train/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "image": {
10
+ "_type": "Image"
11
+ },
12
+ "tumor_type": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "view": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "has_tumor": {
21
+ "dtype": "bool",
22
+ "_type": "Value"
23
+ },
24
+ "bbox": {
25
+ "feature": {
26
+ "dtype": "float64",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "List"
30
+ },
31
+ "caption": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "vqa": {
36
+ "feature": {
37
+ "answer": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "question": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ }
45
+ },
46
+ "_type": "List"
47
+ },
48
+ "split": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "original_path": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ }
56
+ },
57
+ "homepage": "",
58
+ "license": ""
59
+ }
train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "9ced44cc65aafe69",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }