File size: 1,056 Bytes
c644261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13043d3
 
c644261
 
 
 
13043d3
c644261
 
13043d3
c644261
13043d3
 
c644261
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: dataset
    dtype: string
  - name: question_id
    dtype: string
  - name: question_text
    dtype: string
  - name: answers_objects
    list:
    - name: date
      struct:
      - name: day
        dtype: string
      - name: month
        dtype: string
      - name: year
        dtype: string
    - name: number
      dtype: string
    - name: spans
      sequence: string
  - name: contexts
    list:
    - name: idx
      dtype: int64
    - name: is_supporting
      dtype: bool
    - name: paragraph_text
      dtype: string
    - name: title
      dtype: string
  - name: reference
    sequence: string
  - name: gold_context
    sequence: string
  - name: retrieved_contexts
    sequence: string
  splits:
  - name: train
    num_bytes: 5366730
    num_examples: 500
  - name: test
    num_bytes: 10304370
    num_examples: 500
  download_size: 9218011
  dataset_size: 15671100
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---