boolq_kg / README.md
TTimur's picture
Upload dataset
2929026 verified
|
Raw
History Blame
727 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: passage
      dtype: string
    - name: question_kg
      dtype: string
    - name: answer_kg
      dtype: string
    - name: passage_kg
      dtype: string
  splits:
    - name: train
      num_bytes: 17251334
      num_examples: 9427
    - name: val
      num_bytes: 5922218
      num_examples: 3270
  download_size: 12460499
  dataset_size: 23173552

Dataset Card for "boolq_kg"

More Information needed