nc33 commited on
Commit
8e4614f
·
1 Parent(s): 299c6c1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: context
8
+ dtype: string
9
+ - name: question
10
+ dtype: string
11
+ - name: answers
12
+ sequence:
13
+ - name: text
14
+ dtype: string
15
+ - name: answer_start
16
+ dtype: int32
17
+ - name: num_span
18
+ dtype: int64
19
+ - name: label
20
+ sequence: string
21
+ splits:
22
+ - name: validation
23
+ num_bytes: 2012499
24
+ num_examples: 1190
25
+ download_size: 220000
26
+ dataset_size: 2012499
27
  ---