1aurent commited on
Commit
b8544d3
·
1 Parent(s): dc9fdd4

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
+ 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: organ
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': lung
16
+ '1': colon
17
+ - name: label
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': benign
22
+ '1': adenocarcinomas
23
+ '2': squamous carcinomas
24
+ splits:
25
+ - name: train
26
+ num_bytes: 1581800190.0
27
+ num_examples: 25000
28
+ download_size: 1125348716
29
+ dataset_size: 1581800190.0
30
+ ---
31
+ # Dataset Card for "LC25000"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)