KMH158 commited on
Commit
e821c72
·
verified ·
1 Parent(s): 116e3ba

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1,3 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # KMH158/neurofusion_classification
3
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: Number
12
+ dtype: string
13
+ - name: left
14
+ dtype: int64
15
+ - name: right
16
+ dtype: int64
17
+ - name: parietal
18
+ dtype: int64
19
+ - name: temporal
20
+ dtype: int64
21
+ - name: frontal
22
+ dtype: int64
23
+ - name: occipital
24
+ dtype: int64
25
+ - name: basal_ganglia
26
+ dtype: int64
27
+ - name: necrotic
28
+ dtype: int64
29
+ - name: cystic
30
+ dtype: int64
31
+ - name: glioblastoma_multiforme
32
+ dtype: int64
33
+ - name: astrocytoma
34
+ dtype: int64
35
+ - name: glioma
36
+ dtype: int64
37
+ - name: metastasis
38
+ dtype: int64
39
+ - name: abscess
40
+ dtype: int64
41
+ - name: dysembryoplastic_neuroepithelial_tumor
42
+ dtype: int64
43
+ - name: image_path
44
+ dtype: string
45
+ - name: image
46
+ dtype: image
47
+ - name: __index_level_0__
48
+ dtype: int64
49
+ splits:
50
+ - name: train
51
+ num_bytes: 3941135.75
52
+ num_examples: 1098
53
+ - name: test
54
+ num_bytes: 441545.0
55
+ num_examples: 122
56
+ download_size: 2922958
57
+ dataset_size: 4382680.75
58
+ ---
59
 
60
  # KMH158/neurofusion_classification
61