1aurent commited on
Commit
0d5f741
1 Parent(s): 74188f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': ADIPOSE
16
+ '1': COMPLEX
17
+ '2': DEBRIS
18
+ '3': EMPTY
19
+ '4': LYMPHO
20
+ '5': MUCOSA
21
+ '6': STROMA
22
+ '7': TUMOR
23
+ splits:
24
+ - name: train
25
+ num_bytes: 329215083.0
26
+ num_examples: 5000
27
+ download_size: 293441024
28
+ dataset_size: 329215083.0
29
+ ---
30
+ # Dataset Card for "Kather-texture-2016"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)