test5 / README.md
Jinapeng's picture
Update README.md
49ef9d7 verified
metadata
dataset_info:
  - config_name: Flickr_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: 220305
        num_examples: 1000
  - config_name: Flickr_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: 228574
        num_examples: 1000
configs:
  - config_name: Flickr_i2t
    data_files:
      - split: test
        path: Flickr_i2t/test-*
  - config_name: Flickr_t2i
    data_files:
      - split: test
        path: Flickr_t2i/test-*