legacy107's picture
Upload README.md with huggingface_hub
9363c42
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: title
      dtype: string
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: answer_start
      dtype: int64
    - name: answer
      dtype: string
    - name: article
      dtype: string
    - name: retrieved_context
      dtype: string
  splits:
    - name: train
      num_bytes: 6212832895
      num_examples: 110970
    - name: validation
      num_bytes: 732218436
      num_examples: 13833
    - name: test
      num_bytes: 763004753
      num_examples: 13873
  download_size: 420701697
  dataset_size: 7708056084

Dataset Card for "qa_wikipedia_retrieved_chunks"

More Information needed