File size: 1,270 Bytes
c03cc59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7622c6f
 
 
 
1d128b6
 
9b81d65
 
7622c6f
 
 
 
c03cc59
 
1d128b6
 
c03cc59
1d128b6
 
 
 
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
---
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: rough_score
      dtype: float32
    - name: source
      dtype: string
    - name: title
      dtype: string
  splits:
  - name: train
    num_bytes: 3000871734
    num_examples: 137282
  - name: validation
    num_bytes: 393674325
    num_examples: 17817
  download_size: 1786192791
  dataset_size: 3394546059
---
# 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)