jb's picture
Upload README.md with huggingface_hub
9ca8495
|
raw
history blame contribute delete
No virus
726 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: int64
- name: inputs
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 420258
num_examples: 1000
- name: validation
num_bytes: 20749
num_examples: 50
- name: test
num_bytes: 65664
num_examples: 150
download_size: 327755
dataset_size: 506671
---
# Dataset Card for "consumer_health_questions"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)