File size: 602 Bytes
848ad10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': Normaleyes
          '1': cataract
          '2': diabetic_retinopathy
          '3': normal
          '4': pterygium
          '5': unKnown
  splits:
  - name: train
    num_bytes: 20451162.569
    num_examples: 1431
  - name: test
    num_bytes: 4672560.0
    num_examples: 360
  download_size: 21836029
  dataset_size: 25123722.569
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---