minh21's picture
Upload README.md with huggingface_hub
b23170a
|
raw
history blame contribute delete
No virus
761 Bytes
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: 48800727
      num_examples: 1176
    - name: validation
      num_bytes: 4517266
      num_examples: 134
  download_size: 13294538
  dataset_size: 53317993

Dataset Card for "COVID-QA-Chunk-64-question-answering-biencoder-data-65_25_10"

More Information needed