File size: 634 Bytes
453c2b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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': Psoriasis
          '6': Rosacea
          '7': Viral Infection (Chicken-pox or shingles)
          '8': Vitiligo
          '9': Warts
  splits:
  - name: train
    num_bytes: 459468732.0
    num_examples: 3000
  download_size: 234918759
  dataset_size: 459468732.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---