jeggers commited on
Commit
c36bab7
·
verified ·
1 Parent(s): ce294e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: int32
15
+ - name: answer
16
+ dtype: int32
17
+ - name: text
18
+ dtype: string
19
+ - name: type
20
+ dtype: string
21
+ - name: question
22
+ dtype: string
23
+ - name: options
24
+ sequence: string
25
+ - name: Categorical Reasoning
26
+ dtype: bool
27
+ - name: Disjunctive Reasoning
28
+ dtype: bool
29
+ - name: Conjunctive Reasoning
30
+ dtype: bool
31
+ - name: Necessry Condtional Reasoning
32
+ dtype: bool
33
+ - name: Sufficient Conditional Reasoning
34
+ dtype: bool
35
+ - name: answer_char
36
+ dtype: string
37
+ - name: formatted_options
38
+ sequence: string
39
+ splits:
40
+ - name: train
41
+ num_bytes: 18938315
42
+ num_examples: 12567
43
+ - name: test
44
+ num_bytes: 2353695
45
+ num_examples: 1572
46
+ - name: validation
47
+ num_bytes: 2391774
48
+ num_examples: 1569
49
+ download_size: 12571683
50
+ dataset_size: 23683784
51
+ ---
52
+ # Dataset Card for "logiqa2_formatted"
53
+
54
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)