File size: 1,266 Bytes
f116fe8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Asian-Green-Bee-Eater
          '1': Brown-Headed-Barbet
          '2': Cattle-Egret
          '3': Common-Kingfisher
          '4': Common-Myna
          '5': Common-Rosefinch
          '6': Common-Tailorbird
          '7': Coppersmith-Barbet
          '8': Forest-Wagtail
          '9': Gray-Wagtail
          '10': Hoopoe
          '11': House-Crow
          '12': Indian-Grey-Hornbill
          '13': Indian-Peacock
          '14': Indian-Pitta
          '15': Indian-Roller
          '16': Jungle-Babbler
          '17': Northern-Lapwing
          '18': Red-Wattled-Lapwing
          '19': Ruddy-Shelduck
          '20': Rufous-Treepie
          '21': Sarus-Crane
          '22': White-Breasted-Kingfisher
          '23': White-Breasted-Waterhen
          '24': White-Wagtail
  splits:
  - name: train
    num_bytes: 2286128296.0
    num_examples: 30000
  - name: validation
    num_bytes: 718277184.5
    num_examples: 7500
  download_size: 5717913406
  dataset_size: 3004405480.5
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---