sileod commited on
Commit
b11a84b
1 Parent(s): 54d1288

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -76,6 +76,32 @@ dataset_info:
76
  num_examples: 500
77
  download_size: 49023
78
  dataset_size: 451362
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  - config_name: compound-coreference
80
  features:
81
  - name: premise
@@ -431,6 +457,14 @@ configs:
431
  path: basic-deduction/validation-*
432
  - split: test
433
  path: basic-deduction/test-*
 
 
 
 
 
 
 
 
434
  - config_name: compound-coreference
435
  data_files:
436
  - split: train
 
76
  num_examples: 500
77
  download_size: 49023
78
  dataset_size: 451362
79
+ - config_name: basic-induction
80
+ features:
81
+ - name: premise
82
+ dtype: string
83
+ - name: hypothesis
84
+ dtype: string
85
+ - name: label
86
+ dtype:
87
+ class_label:
88
+ names:
89
+ '0': not-entailed
90
+ '1': entailed
91
+ - name: idx
92
+ dtype: int32
93
+ splits:
94
+ - name: train
95
+ num_bytes: 188319
96
+ num_examples: 1000
97
+ - name: validation
98
+ num_bytes: 94081
99
+ num_examples: 500
100
+ - name: test
101
+ num_bytes: 94090
102
+ num_examples: 500
103
+ download_size: 85153
104
+ dataset_size: 376490
105
  - config_name: compound-coreference
106
  features:
107
  - name: premise
 
457
  path: basic-deduction/validation-*
458
  - split: test
459
  path: basic-deduction/test-*
460
+ - config_name: basic-induction
461
+ data_files:
462
+ - split: train
463
+ path: basic-induction/train-*
464
+ - split: validation
465
+ path: basic-induction/validation-*
466
+ - split: test
467
+ path: basic-induction/test-*
468
  - config_name: compound-coreference
469
  data_files:
470
  - split: train