File size: 1,317 Bytes
c03cc59 7622c6f 1d128b6 193e50b 9b81d65 193e50b 7622c6f c03cc59 193e50b 1d128b6 c03cc59 193e50b 1d128b6 193e50b c03cc59 |
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 59 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: question
dtype: string
- name: question_id
dtype: string
- name: question_source
dtype: string
- name: answer
struct:
- name: aliases
sequence: string
- name: normalized_aliases
sequence: string
- name: matched_wiki_entity_name
dtype: string
- name: normalized_matched_wiki_entity_name
dtype: string
- name: normalized_value
dtype: string
- name: type
dtype: string
- name: value
dtype: string
- name: passages
list:
- name: answer
dtype: string
- name: passage
dtype: string
- name: precise_score
dtype: float64
- name: rough_score
dtype: float64
- name: source
dtype: string
- name: title
dtype: string
splits:
- name: train
num_bytes: 3065861634
num_examples: 137282
- name: validation
num_bytes: 402091161
num_examples: 17817
download_size: 1805238996
dataset_size: 3467952795
---
# Dataset Card for "trivia_qa_passages"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |