ktagowski commited on
Commit
b4e57dd
·
1 Parent(s): 8f91b8c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Loading data
2
 
3
  ```python
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: is_paraphrase
7
+ dtype: bool
8
+ - name: answers
9
+ struct:
10
+ - name: answer_end
11
+ sequence: int64
12
+ - name: answer_start
13
+ sequence: int64
14
+ - name: text
15
+ sequence: string
16
+ - name: context
17
+ dtype: string
18
+ - name: has_multiple_answers
19
+ dtype: bool
20
+ splits:
21
+ - name: train
22
+ num_bytes: 13815758
23
+ num_examples: 3842
24
+ download_size: 2500471
25
+ dataset_size: 13815758
26
+ ---
27
  Loading data
28
 
29
  ```python