File size: 662 Bytes
ca60e26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Acne
          '1': Alopecia
          '2': Eczema
          '3': Fungal Infection (Nail or ringworm)
          '4': Herpes
          '5': Normal Skin
          '6': Psoriasis
          '7': Rosacea
          '8': Viral Infection (Chicken-pox or shingles)
          '9': Vitiligo
          '10': Warts
  splits:
  - name: train
    num_bytes: 505432329.1
    num_examples: 3300
  download_size: 245747601
  dataset_size: 505432329.1
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---