0xMaka commited on
Commit
256c5ed
1 Parent(s): 692b4cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: gpl-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: gpl-3.0
3
+ dataset_info:
4
+ features:
5
+ - name: context
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: answers
10
+ struct:
11
+ - name: answer_start
12
+ dtype: int64
13
+ - name: text
14
+ dtype: string
15
+ - name: id
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 56889524.20824251
20
+ num_examples: 280033
21
+ - name: test
22
+ num_bytes: 24381398.79175749
23
+ num_examples: 120015
24
+ download_size: 43629837
25
+ dataset_size: 81270923.0
26
  ---