File size: 1,157 Bytes
d17b489 b74c057 56f3cbf b74c057 56f3cbf b74c057 56f3cbf d17b489 |
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 48 49 50 51 52 53 54 55 56 57 58 |
---
license: apache-2.0
dataset_info:
- config_name: boolq
features:
- name: question
dtype: string
- name: answer
dtype: bool
- name: passage
dtype: string
splits:
- name: validation
num_bytes: 1998182
num_examples: 3270
download_size: 1257630
dataset_size: 1998182
- config_name: truthfulqa
features:
- name: question
dtype: string
- name: mc1_targets
struct:
- name: choices
sequence: string
- name: labels
sequence: int32
- name: mc2_targets
struct:
- name: choices
sequence: string
- name: labels
sequence: int32
- name: category
dtype: string
- name: source
dtype: string
- name: website_data
dtype: string
- name: retrieved_passages
sequence: string
splits:
- name: validation
num_bytes: 24476993
num_examples: 817
download_size: 10176147
dataset_size: 24476993
configs:
- config_name: boolq
data_files:
- split: validation
path: boolq/validation-*
- config_name: truthfulqa
data_files:
- split: validation
path: truthfulqa/validation-*
---
|