File size: 885 Bytes
785075c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c0f056f
 
785075c
c0f056f
 
785075c
c0f056f
 
 
 
785075c
 
 
 
 
 
 
 
 
 
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: passage_id
    dtype: string
  - name: passage
    dtype: string
  - name: type
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: short_answer
    dtype: string
  - name: short_answer_variants
    list: 'null'
  - name: source
    dtype: string
  - name: loss_extra_text
    dtype: string
  - name: inner_docs
    list: string
  - name: inner_doc_answers
    list: string
  splits:
  - name: train
    num_bytes: 20962312
    num_examples: 4416
  - name: validation
    num_bytes: 381549
    num_examples: 95
  - name: test
    num_bytes: 333414
    num_examples: 91
  download_size: 4007624
  dataset_size: 21677275
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---