minh21's picture
Upload README.md with huggingface_hub
4435cad
|
raw
history blame
750 Bytes
---
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: 40708361
num_examples: 814
- name: validation
num_bytes: 5112241
num_examples: 94
download_size: 12639574
dataset_size: 45820602
---
# Dataset Card for "COVID-QA-question-answering-biencoder-data-45_45_10"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)