itqa-flatten-header / README.md
rizki-syazali's picture
Upload dataset
c001d94 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: question_type
      sequence: string
    - name: question
      dtype: string
    - name: answer_coordinates
      sequence:
        sequence: int64
    - name: answer_text
      sequence: string
    - name: table_source
      dtype: string
    - name: table
      struct:
        - name: data
          sequence:
            sequence: string
        - name: header
          sequence: string
        - name: id
          dtype: string
        - name: title
          dtype: string
  splits:
    - name: train
      num_bytes: 4571025
      num_examples: 2057
    - name: test
      num_bytes: 1075985
      num_examples: 502
  download_size: 1367492
  dataset_size: 5647010
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*