asafam commited on
Commit
d84fff9
·
verified ·
1 Parent(s): 6bfd63f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: question_id
14
+ dtype: string
15
+ - name: question
16
+ dtype: string
17
+ - name: answer
18
+ dtype: string
19
+ - name: context
20
+ dtype: string
21
+ - name: fact
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 6376575
26
+ num_examples: 4462
27
+ - name: test
28
+ num_bytes: 333275
29
+ num_examples: 238
30
+ - name: validation
31
+ num_bytes: 344539
32
+ num_examples: 239
33
+ download_size: 3976221
34
+ dataset_size: 7054389
35
+ ---
36
+ # Dataset Card for "heq_syn_fact_passage"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)