File size: 876 Bytes
85f7347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e0ab4c
 
 
 
85f7347
 
 
 
 
 
 
 
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
---
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: doc_index
        dtype: int64
      - name: event_id
        dtype: 'null'
      - name: event_type
        dtype: string
      - name: source
        dtype: string
      - name: wikipedia_text
        dtype: string
      - name: wikipedia_url
        dtype: string
  splits:
  - name: pre_cutoff
    num_bytes: 34844162
    num_examples: 3858
  - name: post_cutoff
    num_bytes: 31829759
    num_examples: 3439
  download_size: 12977738
  dataset_size: 66673921
configs:
- config_name: default
  data_files:
  - split: pre_cutoff
    path: data/pre_cutoff-*
  - split: post_cutoff
    path: data/post_cutoff-*
---