File size: 722 Bytes
4cccf53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: formatted_query
    dtype: string
  - name: answer
    dtype: string
  - name: question_type
    dtype: string
  - name: evidence_list
    list:
    - name: author
      dtype: string
    - name: category
      dtype: string
    - name: fact
      dtype: string
    - name: published_at
      dtype: string
    - name: source
      dtype: string
    - name: title
      dtype: string
    - name: url
      dtype: string
  - name: embedding_large
    list: float64
  splits:
  - name: train
    num_bytes: 201648863
    num_examples: 14571
  download_size: 137553339
  dataset_size: 201648863
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---