File size: 903 Bytes
5155de3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: audio
    dtype: audio
  - name: prompt
    dtype: string
  - name: asr
    dtype: string
  - name: s2tt
    dtype: string
  - name: source
    dtype: string
  splits:
  - name: test_2016_flickr
    num_bytes: 776966982.0
    num_examples: 3000
  - name: test_2017_flickr
    num_bytes: 480398179.0
    num_examples: 2000
  - name: test_2018_flickr
    num_bytes: 862343335.95
    num_examples: 3213
  - name: test_2017_mscoco
    num_bytes: 216674216.0
    num_examples: 922
  download_size: 2129458201
  dataset_size: 2336382712.95
configs:
- config_name: default
  data_files:
  - split: test_2016_flickr
    path: data/test_2016_flickr-*
  - split: test_2017_flickr
    path: data/test_2017_flickr-*
  - split: test_2018_flickr
    path: data/test_2018_flickr-*
  - split: test_2017_mscoco
    path: data/test_2017_mscoco-*
---