File size: 671 Bytes
c9ab16f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e98f9b
 
 
53b8056
 
 
 
 
c9ab16f
 
 
 
 
bdcf4f8
 
c9ab16f
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: kind
    dtype: string
  - name: lang_pair
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answers_json
    dtype: string
  - name: source
    dtype: string
  - name: target
    dtype: string
  - name: payload
    dtype: string
  splits:
  - name: train
    num_bytes: 146908932
    num_examples: 58536
  - name: test
    num_bytes: 41655088
    num_examples: 10358
  download_size: 675823651
  dataset_size: 188564020
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---