alzoubi36 commited on
Commit
2f476d8
·
1 Parent(s): f31beef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: context
9
+ dtype: string
10
+ - name: question
11
+ dtype: string
12
+ - name: answers
13
+ struct:
14
+ - name: answer_start
15
+ sequence: int64
16
+ - name: text
17
+ sequence: string
18
+ splits:
19
+ - name: validation
20
+ num_bytes: 2902927
21
+ num_examples: 3809
22
+ - name: test
23
+ num_bytes: 3667235
24
+ num_examples: 4152
25
+ - name: train
26
+ num_bytes: 13859759
27
+ num_examples: 17056
28
+ download_size: 2662048
29
+ dataset_size: 20429921
30
+ ---
31
+ # Dataset Card for "policy_qa"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)