File size: 773 Bytes
f0731ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4693a7a
6afead2
 
8f1c0a3
 
 
 
6afead2
f0731ff
 
 
 
 
4693a7a
 
f0731ff
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    list:
    - name: answer_category
      dtype: string
    - name: answer_id
      dtype: int64
    - name: answer_start
      dtype: int64
    - name: document_id
      dtype: int64
    - name: question_id
      dtype: int64
    - name: text
      dtype: string
  splits:
  - name: test_round0
    num_bytes: 6663041
    num_examples: 2204
  - name: train_round0
    num_bytes: 18339004
    num_examples: 11518
  download_size: 10150671
  dataset_size: 25002045
configs:
- config_name: default
  data_files:
  - split: train_round0
    path: data/train_round0-*
  - split: test_round0
    path: data/test_round0-*
---