ReSQ / README.md
sileod's picture
Upload README.md with huggingface_hub
d189393
|
raw
history blame
647 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: dev
path: data/dev-*
dataset_info:
features:
- name: question
dtype: string
- name: q_type
dtype: string
- name: answer
sequence: string
- name: candidate_answers
sequence: string
splits:
- name: train
num_bytes: 179558
num_examples: 2450
- name: dev
num_bytes: 48994
num_examples: 663
download_size: 26916
dataset_size: 228552
---
# Dataset Card for "ReSQ"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)