File size: 1,304 Bytes
44aa3d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot
          '1': Corn_(maize)___Common_rust_
          '2': Corn_(maize)___Northern_Leaf_Blight
          '3': Corn_(maize)___healthy
          '4': Pepper,_bell___Bacterial_spot
          '5': Pepper,_bell___healthy
          '6': Potato___Early_blight
          '7': Potato___Late_blight
          '8': Potato___healthy
          '9': Soybean___healthy
          '10': Tomato___Bacterial_spot
          '11': Tomato___Early_blight
          '12': Tomato___Late_blight
          '13': Tomato___Leaf_Mold
          '14': Tomato___Septoria_leaf_spot
          '15': Tomato___Spider_mites Two-spotted_spider_mite
          '16': Tomato___Target_Spot
          '17': Tomato___Tomato_Yellow_Leaf_Curl_Virus
          '18': Tomato___Tomato_mosaic_virus
          '19': Tomato___healthy
  splits:
  - name: train
    num_bytes: 381142501.808
    num_examples: 25384
  - name: test
    num_bytes: 93073910.262
    num_examples: 6346
  download_size: 514893426
  dataset_size: 474216412.07000005
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---