File size: 864 Bytes
ff4a0e8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ---
dataset_info:
features:
- name: id
dtype: string
- name: task
dtype: string
- name: context_length
dtype: string
- name: documents
list: string
- name: question
dtype: string
- name: question_with_choices
dtype: string
- name: answer
dtype: string
- name: answer_raw
dtype: string
- name: n_chunks_full
dtype: int64
- name: truncated
dtype: bool
- name: repo
dtype: string
- name: target_name
dtype: string
- name: document_id
dtype: int64
splits:
- name: train
num_bytes: 3061539227
num_examples: 140780
- name: validation
num_bytes: 59966001
num_examples: 2873
download_size: 2983145484
dataset_size: 3121505228
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|