nc33 commited on
Commit
0737ef5
·
1 Parent(s): 11f9be6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ 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
  ---