sileod commited on
Commit
18862de
1 Parent(s): c1f792f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -24,7 +24,7 @@ tags:
24
  - reasoning
25
  - logic
26
  dataset_info:
27
- config_name: single-supporting-fact
28
  features:
29
  - name: premise
30
  dtype: string
@@ -50,6 +50,32 @@ dataset_info:
50
  num_examples: 500
51
  download_size: 91968
52
  dataset_size: 448114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  configs:
54
  - config_name: single-supporting-fact
55
  data_files:
@@ -59,6 +85,14 @@ configs:
59
  path: single-supporting-fact/validation-*
60
  - split: test
61
  path: single-supporting-fact/test-*
 
 
 
 
 
 
 
 
62
  ---
63
 
64
  # bAbi_nli
 
24
  - reasoning
25
  - logic
26
  dataset_info:
27
+ - config_name: single-supporting-fact
28
  features:
29
  - name: premise
30
  dtype: string
 
50
  num_examples: 500
51
  download_size: 91968
52
  dataset_size: 448114
53
+ - config_name: two-supporting-facts
54
+ features:
55
+ - name: premise
56
+ dtype: string
57
+ - name: hypothesis
58
+ dtype: string
59
+ - name: label
60
+ dtype:
61
+ class_label:
62
+ names:
63
+ '0': not-entailed
64
+ '1': entailed
65
+ - name: idx
66
+ dtype: int32
67
+ splits:
68
+ - name: train
69
+ num_bytes: 507085
70
+ num_examples: 1000
71
+ - name: validation
72
+ num_bytes: 261742
73
+ num_examples: 500
74
+ - name: test
75
+ num_bytes: 244322
76
+ num_examples: 500
77
+ download_size: 194986
78
+ dataset_size: 1013149
79
  configs:
80
  - config_name: single-supporting-fact
81
  data_files:
 
85
  path: single-supporting-fact/validation-*
86
  - split: test
87
  path: single-supporting-fact/test-*
88
+ - config_name: two-supporting-facts
89
+ data_files:
90
+ - split: train
91
+ path: two-supporting-facts/train-*
92
+ - split: validation
93
+ path: two-supporting-facts/validation-*
94
+ - split: test
95
+ path: two-supporting-facts/test-*
96
  ---
97
 
98
  # bAbi_nli