File size: 727 Bytes
235e4a6
 
26d9005
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235e4a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: mit
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': MEL
          '1': NV
          '2': BCC
          '3': AKIEC
          '4': BKL
          '5': DF
          '6': VASC
  splits:
  - name: train
    num_bytes: 2734579055.12
    num_examples: 10015
  - name: test
    num_bytes: 415977777.936
    num_examples: 1512
  - name: validation
    num_bytes: 53256938.0
    num_examples: 193
  download_size: 3244182740
  dataset_size: 3203813771.0559998
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---