File size: 563 Bytes
d46b0d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9035c95
 
d46b0d6
9035c95
 
 
 
d46b0d6
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: image-id
    dtype: string
  - name: caption
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': bird
          '1': no_bird
  splits:
  - name: train
    num_bytes: 49033381.691
    num_examples: 2299
  - name: test
    num_bytes: 12239968.0
    num_examples: 575
  download_size: 60838522
  dataset_size: 61273349.691
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---