File size: 820 Bytes
0a28e1d
 
69c39f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0a28e1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69c39f7
 
 
 
0a28e1d
 
 
 
 
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
---
dataset_info:
- config_name: CIRR
  features:
  - name: qry_text
    dtype: string
  - name: qry_img_path
    dtype: string
  - name: tgt_text
    sequence: string
  - name: tgt_img_path
    sequence: string
  splits:
  - name: test
    num_bytes: 360208732
    num_examples: 1000
  download_size: 8242830
  dataset_size: 360208732
- config_name: VisDial
  features:
  - name: qry_text
    dtype: string
  - name: qry_img_path
    dtype: string
  - name: tgt_text
    sequence: string
  - name: tgt_img_path
    sequence: string
  splits:
  - name: test
    num_bytes: 370583387
    num_examples: 1000
  download_size: 9042431
  dataset_size: 370583387
configs:
- config_name: CIRR
  data_files:
  - split: test
    path: CIRR/test-*
- config_name: VisDial
  data_files:
  - split: test
    path: VisDial/test-*
---