File size: 1,099 Bytes
5da8b99
 
4ec5526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5da8b99
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Apple
          '1': Avocado
          '2': Banana
          '3': Blackberry
          '4': Blueberry
          '5': Dates
          '6': Dragonfruit
          '7': Fig
          '8': Grapes
          '9': Guava
          '10': Kiwi
          '11': Lemon
          '12': Mango
          '13': Orange
          '14': Pear
          '15': Pineapple
          '16': Pomegranate
          '17': Rambutan
          '18': Strawberry
          '19': Watermelon
  splits:
  - name: train
    num_bytes: 2130237969
    num_examples: 25659
  - name: validation
    num_bytes: 191699919
    num_examples: 6821
  - name: test
    num_bytes: 262315184
    num_examples: 7070
  download_size: 2349860262
  dataset_size: 2584253072
---