marmal88 commited on
Commit
b1f4275
1 Parent(s): f4b8204

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: string
8
+ - name: lesion_id
9
+ dtype: string
10
+ - name: dx
11
+ dtype: string
12
+ - name: dx_type
13
+ dtype: string
14
+ - name: age
15
+ dtype: float64
16
+ - name: sex
17
+ dtype: string
18
+ - name: localization
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 2490501038.358
23
+ num_examples: 9577
24
+ - name: test
25
+ num_bytes: 351507473.24
26
+ num_examples: 1285
27
+ - name: validation
28
+ num_bytes: 681758880.144
29
+ num_examples: 2492
30
+ download_size: 3693626934
31
+ dataset_size: 3523767391.7419996
32
+ ---
33
+ # Dataset Card for "skin_cancer"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)