nc33 commited on
Commit
9f4772b
·
1 Parent(s): a511fa5

Upload README.md with huggingface_hub

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