File size: 569 Bytes
a9c91b5
 
7121250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a9c91b5
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
---
license: apache-2.0
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': DR
          '1': G
          '2': ND
          '3': WD
          '4': other
  splits:
  - name: train
    num_bytes: 7315670571.4
    num_examples: 27900
  - name: test
    num_bytes: 1379422283.145
    num_examples: 4757
  download_size: 8719347102
  dataset_size: 8695092854.545
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---