File size: 932 Bytes
c939c86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Citrus_Aphids
          '1': Citrus_black_fly
          '2': Citrus_butterfly
          '3': Citrus_greening
          '4': Citrus_leaf_miner
          '5': Fruit sucking moth
          '6': Gummosis
          '7': Late_blight
          '8': Leaf_scorch
          '9': Mealy bugs
          '10': Scab
          '11': Sooty_mould
          '12': Trunk and Stem Borer
          '13': Yellow leaf curl
          '14': healthy
          '15': powdery_mildew
  splits:
  - name: train
    num_bytes: 1646179368.183
    num_examples: 53307
  - name: test
    num_bytes: 429049137.348
    num_examples: 13334
  download_size: 2194301833
  dataset_size: 2075228505.5310001
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---