afiliot commited on
Commit
b65bd79
·
1 Parent(s): e252afd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': ADI
11
+ '1': BACK
12
+ '2': DEB
13
+ '3': LYM
14
+ '4': MUC
15
+ '5': MUS
16
+ '6': NORM
17
+ '7': STR
18
+ '8': TUM
19
+ splits:
20
+ - name: nct_crc_he_100
21
+ num_bytes: 15058006.0
22
+ num_examples: 99
23
+ download_size: 13256208
24
+ dataset_size: 15058006.0
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: nct_crc_he_100
29
+ path: data/nct_crc_he_100-*
30
+ ---
31
+ # Dataset Card for "nct-crc-he"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)