minh21's picture
Upload README.md with huggingface_hub
898824d
|
raw
history blame
885 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: title
      dtype: string
    - name: id
      dtype: int64
    - name: question
      dtype: string
    - name: answer_text
      dtype: string
    - name: answer_start
      dtype: int64
    - name: context
      dtype: string
  splits:
    - name: train
      num_bytes: 1176326
      num_examples: 884
    - name: test
      num_bytes: 122341
      num_examples: 109
    - name: validation
      num_bytes: 136762
      num_examples: 104
  download_size: 200983
  dataset_size: 1435429

Dataset Card for "cpgQA-v1.0-unique-context-test-10-percent-validation-10-percent"

More Information needed