File size: 734 Bytes
b3fce89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3c4093f
b3fce89
 
3c4093f
b3fce89
 
3c4093f
b3fce89
3c4093f
 
b3fce89
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: original_dataset_id
    dtype: string
  - name: dataset_name
    dtype: string
  - name: table
    dtype: string
  - name: table_title
    dtype: string
  - name: text
    dtype: 'null'
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 99278022
    num_examples: 92283
  - name: validation
    num_bytes: 13754858
    num_examples: 12792
  - name: test
    num_bytes: 13401746
    num_examples: 12779
  download_size: 14388287
  dataset_size: 126434626
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---