File size: 635 Bytes
25a4f3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346b55f
 
25a4f3f
346b55f
 
25a4f3f
346b55f
 
 
 
25a4f3f
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: context
    dtype: string
  - name: qa
    list:
    - name: answers
      sequence: string
    - name: question
      dtype: string
  splits:
  - name: train
    num_bytes: 244234203
    num_examples: 754
  - name: test
    num_bytes: 70091818
    num_examples: 231
  - name: validation
    num_bytes: 25527390
    num_examples: 81
  download_size: 206225336
  dataset_size: 339853411
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---