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