cpgQA / README.md
legacy107's picture
Upload README.md with huggingface_hub
46e3af8
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: answer
      dtype: string
    - name: answer_start
      dtype: int64
    - name: question
      dtype: string
    - name: context
      dtype: string
  splits:
    - name: train
      num_bytes: 1259359
      num_examples: 987
    - name: test
      num_bytes: 143518
      num_examples: 110
  download_size: 232065
  dataset_size: 1402877

Dataset Card for "cpgQA"

More Information needed