File size: 986 Bytes
59085dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: data
    struct:
    - name: correct_answer
      dtype: string
    - name: metadata
      struct:
      - name: doc_index
        dtype: int64
      - name: event_id
        dtype: string
      - name: event_type
        dtype: string
      - name: original_question
        dtype: string
      - name: source
        dtype: string
      - name: wikipedia_url
        dtype: string
  splits:
  - name: pre_cutoff
    num_bytes: 1588324
    num_examples: 3858
  - name: post_cutoff
    num_bytes: 1398800
    num_examples: 3439
  - name: fictional
    num_bytes: 83435
    num_examples: 298
  download_size: 1254988
  dataset_size: 3070559
configs:
- config_name: default
  data_files:
  - split: pre_cutoff
    path: data/pre_cutoff-*
  - split: post_cutoff
    path: data/post_cutoff-*
  - split: fictional
    path: data/fictional-*
---