File size: 929 Bytes
6d52a72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: data
    struct:
    - name: correct_answer
      dtype: string
    - name: metadata
      struct:
      - name: source
        dtype: string
      - name: wikipedia_url
        dtype: string
      - name: event_type
        dtype: string
      - name: event_id
        dtype: string
      - name: doc_index
        dtype: int64
  splits:
  - name: pre_cutoff
    num_bytes: 971472
    num_examples: 3858
  - name: post_cutoff
    num_bytes: 964381
    num_examples: 3856
  - name: fictional
    num_bytes: 53592
    num_examples: 298
  download_size: 658494
  dataset_size: 1989445
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-*
---