LinWeizheDragon's picture
Upload dataset
7493f0a verified
metadata
dataset_info:
  features:
    - name: answers
      sequence: string
    - name: gold_answer
      dtype: string
    - name: question
      dtype: string
    - name: question_id
      dtype: string
    - name: img_path
      dtype: string
    - name: img_key_full
      dtype: string
    - name: img_key
      dtype: int64
    - name: img_file_name
      dtype: string
    - name: img
      dtype: 'null'
    - name: img_caption
      struct:
        - name: caption
          dtype: string
        - name: conf
          dtype: float64
    - name: objects
      list:
        - name: attribute_scores
          sequence: float64
        - name: attributes
          sequence: string
        - name: class
          dtype: string
        - name: ocr
          list:
            - name: score
              dtype: float64
            - name: text
              dtype: string
        - name: rect
          sequence: float64
    - name: img_ocr
      list:
        - name: description
          dtype: string
        - name: vertices
          sequence:
            sequence: int64
    - name: __index_level_0__
      dtype: string
    - name: ROIs
      sequence: string
    - name: pos_item_ids
      sequence: string
    - name: pos_item_contents
      sequence: string
  splits:
    - name: train
      num_bytes: 168844044
      num_examples: 9009
    - name: test
      num_bytes: 91213677
      num_examples: 5046
    - name: valid
      num_bytes: 91213677
      num_examples: 5046
  download_size: 98987015
  dataset_size: 351271398
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*