sileod commited on
Commit
732a86d
1 Parent(s): fb20e7b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -50,6 +50,32 @@ dataset_info:
50
  num_examples: 500
51
  download_size: 91968
52
  dataset_size: 448114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  - config_name: three-supporting-facts
54
  features:
55
  - name: premise
@@ -137,6 +163,14 @@ configs:
137
  path: single-supporting-fact/validation-*
138
  - split: test
139
  path: single-supporting-fact/test-*
 
 
 
 
 
 
 
 
140
  - config_name: three-supporting-facts
141
  data_files:
142
  - split: train
 
50
  num_examples: 500
51
  download_size: 91968
52
  dataset_size: 448114
53
+ - config_name: three-arg-relations
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: 598485
70
+ num_examples: 1000
71
+ - name: validation
72
+ num_bytes: 312900
73
+ num_examples: 500
74
+ - name: test
75
+ num_bytes: 324225
76
+ num_examples: 500
77
+ download_size: 243096
78
+ dataset_size: 1235610
79
  - config_name: three-supporting-facts
80
  features:
81
  - name: premise
 
163
  path: single-supporting-fact/validation-*
164
  - split: test
165
  path: single-supporting-fact/test-*
166
+ - config_name: three-arg-relations
167
+ data_files:
168
+ - split: train
169
+ path: three-arg-relations/train-*
170
+ - split: validation
171
+ path: three-arg-relations/validation-*
172
+ - split: test
173
+ path: three-arg-relations/test-*
174
  - config_name: three-supporting-facts
175
  data_files:
176
  - split: train