minh21's picture
Upload README.md with huggingface_hub
5a7558e
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: context_chunks
      sequence: string
    - name: document_id
      dtype: int64
    - name: id
      dtype: int64
  splits:
    - name: train
      num_bytes: 59010693
      num_examples: 1348
    - name: validation
      num_bytes: 4567041
      num_examples: 158
  download_size: 13833996
  dataset_size: 63577734

Dataset Card for "COVID-QA-question-answering-biencoder-data-75_25"

More Information needed