nc33 commited on
Commit
91c2c83
·
1 Parent(s): cea5722

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -4,25 +4,25 @@ dataset_info:
4
  features:
5
  - name: id
6
  dtype: string
7
- - name: context
8
- sequence: string
9
- - name: question
10
- sequence: string
11
  - name: type
12
  dtype: string
13
- - name: structure
14
- dtype: string
 
 
15
  - name: num_span
16
  dtype: int64
17
  - name: label
18
  sequence: string
 
 
19
  splits:
20
  - name: train
21
- num_bytes: 376662311
22
- num_examples: 176009
23
  - name: validation
24
- num_bytes: 40564250
25
- num_examples: 18022
26
- download_size: 49364019
27
- dataset_size: 417226561
28
  ---
 
4
  features:
5
  - name: id
6
  dtype: string
 
 
 
 
7
  - name: type
8
  dtype: string
9
+ - name: question
10
+ sequence: string
11
+ - name: context
12
+ sequence: string
13
  - name: num_span
14
  dtype: int64
15
  - name: label
16
  sequence: string
17
+ - name: structure
18
+ dtype: string
19
  splits:
20
  - name: train
21
+ num_bytes: 49190547
22
+ num_examples: 15690
23
  - name: validation
24
+ num_bytes: 6211642
25
+ num_examples: 1959
26
+ download_size: 12047844
27
+ dataset_size: 55402189
28
  ---