File size: 3,373 Bytes
12127f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: image_id
    dtype: string
  - name: patient_id
    dtype: string
  - name: image_type
    dtype:
      class_label:
        names:
          '0': dermoscopic
  - name: copyright-license
    dtype: string
  - name: split
    dtype: string
  - name: super_class
    dtype:
      class_label:
        names:
          '0': melanocytic
          '1': nonmelanocytic
  - name: malignancy
    dtype:
      class_label:
        names:
          '0': benign
          '1': indeterminate
          '2': malignant
  - name: main_class_1
    dtype:
      class_label:
        names:
          '0': banal
          '1': dysplastic
          '2': keratinocytic
          '3': melanoma
          '4': vascular
          '5': fibro_histiocytic
          '6': lentigo
  - name: main_class_2
    dtype:
      class_label:
        names:
          '0': compound
          '1': junctional
          '2': keratinocytic
          '3': melanoma
          '4': vascular
          '5': dermal
          '6': fibro_histiocytic
          '7': lentigo
          '8': recurrent
  - name: sub_class
    dtype:
      class_label:
        names:
          '0': acral
          '1': actinic_keratosis
          '2': acral_lentiginious
          '3': angiokeratoma
          '4': acral_nodular
          '5': basal_cell_carcinoma
          '6': bowen_disease
          '7': blue
          '8': compound
          '9': congenital
          '10': cutaneous_horn
          '11': dermal
          '12': dermatofibroma
          '13': dermatofibrosarcoma_protuberans
          '14': hemangioma
          '15': ink_spot_lentigo
          '16': junctional
          '17': kaposi_sarcoma
          '18': lymphangioma
          '19': lichenoid_keratosis
          '20': lentigo_maligna
          '21': lentigo_maligna_melanoma
          '22': lentigo_simplex
          '23': 'miescher '
          '24': melanoma
          '25': mammary_paget_disease
          '26': pyogenic_granuloma
          '27': recurrent
          '28': spider_angioma
          '29': squamous_cell_carcinoma
          '30': seborrheic_keratosis
          '31': solar_lentigo
          '32': spitz_reed
  - name: label
    dtype:
      class_label:
        names:
          '0': acb
          '1': acd
          '2': ajb
          '3': ajd
          '4': ak
          '5': alm
          '6': angk
          '7': anm
          '8': bcc
          '9': bd
          '10': bdb
          '11': cb
          '12': ccb
          '13': ccd
          '14': cd
          '15': ch
          '16': cjb
          '17': db
          '18': df
          '19': dfsp
          '20': ha
          '21': isl
          '22': jb
          '23': jd
          '24': ks
          '25': la
          '26': lk
          '27': lm
          '28': lmm
          '29': ls
          '30': mcb
          '31': mel
          '32': mpd
          '33': pg
          '34': rd
          '35': sa
          '36': scc
          '37': sk
          '38': sl
          '39': srjd
  splits:
  - name: train
    num_bytes: 7486706502.32
    num_examples: 9860
  - name: test
    num_bytes: 1536027097.91
    num_examples: 2485
  download_size: 6810263492
  dataset_size: 9022733600.23
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---