ChilleD commited on
Commit
7055626
·
1 Parent(s): 024dae2

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: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: qid
6
+ dtype: string
7
+ - name: term
8
+ dtype: string
9
+ - name: description
10
+ dtype: string
11
+ - name: question
12
+ dtype: string
13
+ - name: answer
14
+ dtype: bool
15
+ - name: facts
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 524456
20
+ num_examples: 1603
21
+ - name: test
22
+ num_bytes: 226237
23
+ num_examples: 687
24
+ download_size: 530106
25
+ dataset_size: 750693
26
  ---