File size: 462 Bytes
3947fcc
 
9c2fad6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3947fcc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: openrail
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Trans-cerebellum
          '1': Trans-thalamic
          '2': Trans-ventricular
  splits:
  - name: train
    num_bytes: 427622548.144
    num_examples: 1972
  download_size: 413633435
  dataset_size: 427622548.144
---