File size: 1,323 Bytes
dcd4a76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': apple
          '1': banana
          '2': beetroot
          '3': bell pepper
          '4': cabbage
          '5': capsicum
          '6': carrot
          '7': cauliflower
          '8': chilli pepper
          '9': corn
          '10': cucumber
          '11': eggplant
          '12': garlic
          '13': ginger
          '14': grapes
          '15': jalepeno
          '16': kiwi
          '17': lemon
          '18': lettuce
          '19': mango
          '20': onion
          '21': orange
          '22': paprika
          '23': pear
          '24': peas
          '25': pineapple
          '26': pomegranate
          '27': potato
          '28': raddish
          '29': soy beans
          '30': spinach
          '31': sweetcorn
          '32': sweetpotato
          '33': tomato
          '34': turnip
          '35': watermelon
  splits:
  - name: train
    num_bytes: 1317182373.7159998
    num_examples: 2492
  - name: test
    num_bytes: 296923737.8
    num_examples: 623
  download_size: 1659832910
  dataset_size: 1614106111.5159998
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---