Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
303efcb
·
1 Parent(s): 5f481f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: q_no
5
+ dtype: string
6
+ - name: q_concept
7
+ dtype: string
8
+ - name: q_text
9
+ dtype: string
10
+ - name: q_op1
11
+ dtype: string
12
+ - name: q_op2
13
+ dtype: string
14
+ - name: q_op3
15
+ dtype: string
16
+ - name: q_op4
17
+ dtype: string
18
+ - name: q_op5
19
+ dtype: string
20
+ - name: q_ans
21
+ dtype: string
22
+ - name: taskA_pos
23
+ dtype: string
24
+ - name: taskA_neg
25
+ dtype: string
26
+ - name: taskB
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 6458760
31
+ num_examples: 7598
32
+ - name: validation
33
+ num_bytes: 924269
34
+ num_examples: 1090
35
+ - name: test
36
+ num_bytes: 1846056
37
+ num_examples: 2194
38
+ download_size: 5678604
39
+ dataset_size: 9229085
40
+ ---
41
+ # Dataset Card for "ecqa"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)