aravqa / README.md
Jingbiao's picture
Upload dataset
6c9e04e verified
|
raw
history blame
1.7 kB
metadata
dataset_info:
  - config_name: EVQA2hop_1013_data
    features:
      - name: pos_item_ids
        sequence: string
      - name: pos_item_contents
        sequence: string
      - name: img_id
        dtype: string
      - name: img_path
        dtype: string
      - name: image_id
        dtype: string
      - name: question_id
        dtype: string
      - name: question
        dtype: string
      - name: answers
        sequence: string
      - name: gold_answer
        dtype: string
      - name: question_type
        dtype: string
      - name: instruction
        dtype: string
    splits:
      - name: train
        num_bytes: 313608246
        num_examples: 99866
      - name: valid
        num_bytes: 5938138
        num_examples: 1895
      - name: test
        num_bytes: 3103988
        num_examples: 1000
    download_size: 23623385
    dataset_size: 322650372
  - config_name: EVQA2hop_1013_passages
    features:
      - name: language
        dtype: string
      - name: passage_id
        dtype: string
      - name: passage_content
        dtype: string
    splits:
      - name: train_passages
        num_bytes: 60636154
        num_examples: 51995
      - name: valid_passages
        num_bytes: 60636154
        num_examples: 51995
      - name: test_passages
        num_bytes: 60636154
        num_examples: 51995
    download_size: 108624264
    dataset_size: 181908462
configs:
  - config_name: EVQA2hop_1013_data
    data_files:
      - split: train
        path: EVQA2hop_1013_data/train-*
      - split: valid
        path: EVQA2hop_1013_data/valid-*
      - split: test
        path: EVQA2hop_1013_data/test-*
  - config_name: EVQA2hop_1013_passages
    data_files:
      - split: train_passages
        path: EVQA2hop_1013_passages/train_passages-*
      - split: valid_passages
        path: EVQA2hop_1013_passages/valid_passages-*
      - split: test_passages
        path: EVQA2hop_1013_passages/test_passages-*