qingyuyang commited on
Commit
ecb1ff0
1 Parent(s): d816a64

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: image
11
+ dtype: image
12
+ - name: label
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': Trans-cerebellum
17
+ '1': Trans-thalamic
18
+ '2': Trans-ventricular
19
+ splits:
20
+ - name: train
21
+ num_bytes: 602951851.225
22
+ num_examples: 2949
23
+ download_size: 571013578
24
+ dataset_size: 602951851.225
25
  ---