---
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: MSCOCO_i2t
  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: 298569000
    num_examples: 1000
  download_size: 8242907
  dataset_size: 298569000
- config_name: MSCOCO_t2i
  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: 435127008
    num_examples: 1000
  download_size: 8209748
  dataset_size: 435127008
- config_name: NIGHTS
  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: 375116000
    num_examples: 1000
  download_size: 8196252
  dataset_size: 375116000
- 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
- config_name: VisualNews_i2t
  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: 591263320
    num_examples: 1000
  download_size: 409050571
  dataset_size: 591263320
- config_name: VisualNews_t2i
  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: 479332753
    num_examples: 1000
  download_size: 8285405
  dataset_size: 479332753
configs:
- config_name: CIRR
  data_files:
  - split: test
    path: CIRR/test-*
- config_name: MSCOCO_i2t
  data_files:
  - split: test
    path: MSCOCO_i2t/test-*
- config_name: MSCOCO_t2i
  data_files:
  - split: test
    path: MSCOCO_t2i/test-*
- config_name: NIGHTS
  data_files:
  - split: test
    path: NIGHTS/test-*
- config_name: VisDial
  data_files:
  - split: test
    path: VisDial/test-*
- config_name: VisualNews_i2t
  data_files:
  - split: test
    path: VisualNews_i2t/test-*
- config_name: VisualNews_t2i
  data_files:
  - split: test
    path: VisualNews_t2i/test-*
---