pig4431 commited on
Commit
acc98e8
·
1 Parent(s): 9886159

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: ID
14
+ dtype: string
15
+ - name: Title
16
+ dtype: string
17
+ - name: Source
18
+ dtype: string
19
+ - name: Context
20
+ dtype: string
21
+ - name: Question
22
+ dtype: string
23
+ - name: Answers
24
+ dtype: string
25
+ - name: Is_Impossible
26
+ dtype: bool
27
+ - name: WH_Question
28
+ dtype: string
29
+ - name: Question_Quality
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 39986349.0
34
+ num_examples: 27142
35
+ - name: test
36
+ num_bytes: 2222603.0
37
+ num_examples: 1504
38
+ - name: validation
39
+ num_bytes: 2267582.0
40
+ num_examples: 1501
41
+ download_size: 20887154
42
+ dataset_size: 44476534.0
43
+ ---
44
+ # Dataset Card for "HeQ_v1"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)