File size: 622 Bytes
7971fb1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1a39bcf
 
 
 
 
17f4ad6
1a39bcf
7971fb1
 
 
 
 
1a39bcf
 
7971fb1
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers
    struct:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int64
  - name: id
    dtype: string
  - name: community_id
    dtype: string
  splits:
  - name: train
    num_bytes: 14969708.708931454
    num_examples: 18335
  - name: test
    num_bytes: 3742631.2910685455
    num_examples: 4584
  download_size: 6194527
  dataset_size: 18712340.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---