File size: 644 Bytes
f49f851
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Acacia
          '1': Coconut
          '2': Dau
          '3': Dita
          '4': Ilang-ilang
          '5': Macarthur
          '6': Mango
          '7': Mulawin
          '8': Narra
          '9': Palmera
          '10': Royal Palm
          '11': Santol
          '12': Tabebuia
  splits:
  - name: train
    num_bytes: 129528582.1
    num_examples: 1300
  download_size: 133270420
  dataset_size: 129528582.1
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---