paoloitaliani commited on
Commit
c028fd4
1 Parent(s): 94b2674

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ - split: full
12
+ path: data/full-*
13
+ dataset_info:
14
+ features:
15
+ - name: document
16
+ dtype: string
17
+ - name: qa_pair
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 345325.0
22
+ num_examples: 344
23
+ - name: validation
24
+ num_bytes: 36377.0
25
+ num_examples: 43
26
+ - name: test
27
+ num_bytes: 38070.0
28
+ num_examples: 44
29
+ - name: full
30
+ num_bytes: 419772
31
+ num_examples: 431
32
+ download_size: 202595
33
+ dataset_size: 839544.0
34
+ ---
35
+ # Dataset Card for "privacyqa_new"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)