File size: 1,102 Bytes
243d37b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Apple__Apple_scab
          '1': Apple__Black_rot
          '2': Apple__Cedar_apple_rust
          '3': Apple___healthy
          '4': Blueberry___healthy
          '5': Cherry_(including_sour)___Powdery_mildew
          '6': Cherry_(including_sour)___healthy
          '7': Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot
          '8': Corn_(maize)___Common_rust_
          '9': Corn_(maize)___Northern_Leaf_Blight
          '10': Corn_(maize)___healthy
          '11': Grape___Black_rot
          '12': Grape___Esca_(Black_Measles)
          '13': Grape___Leaf_blight_(Isariopsis_Leaf_Spot)
          '14': Grape___healthy
  splits:
  - name: train
    num_bytes: 183540951.55
    num_examples: 11322
  - name: test
    num_bytes: 45176971.724
    num_examples: 2916
  download_size: 219374135
  dataset_size: 228717923.27400002
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---