File size: 1,114 Bytes
02415c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
59
60
61
---
dataset_info:
  features:
  - name: dialogue_id
    dtype: string
  - name: wikipedia_page_title
    dtype: string
  - name: background
    dtype: string
  - name: section_title
    dtype: string
  - name: context
    dtype: string
  - name: turn_id
    dtype: string
  - name: question
    dtype: string
  - name: yesno
    dtype:
      class_label:
        names:
          '0': y
          '1': n
          '2': x
  - name: answers
    sequence:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int32
    - name: input_text
      dtype: string
  - name: orig_answer
    struct:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int32
  splits:
  - name: train
    num_bytes: 3104779
    num_examples: 1306
  - name: validation
    num_bytes: 373522
    num_examples: 161
  - name: test
    num_bytes: 382877
    num_examples: 167
  download_size: 858524
  dataset_size: 3861178
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---