MilaWang's picture
Upload README.md with huggingface_hub
52d0237 verified
|
raw
history blame contribute delete
No virus
816 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: string
- name: query
dtype: string
- name: answer
dtype: string
- name: text
dtype: string
- name: choices
sequence: string
- name: gold
dtype: int64
splits:
- name: train
num_bytes: 36832899
num_examples: 3100
- name: valid
num_bytes: 9220441
num_examples: 776
- name: test
num_bytes: 11524443
num_examples: 970
download_size: 0
dataset_size: 57577783
---
# Dataset Card for "flare-en-fpb-40-shots"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)