n-iv commited on
Commit
1d42778
1 Parent(s): 1bc2c71

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sentence1
5
+ dtype: string
6
+ - name: sentence2
7
+ dtype: string
8
+ - name: labels
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': not-entailed
13
+ '1': entailed
14
+ splits:
15
+ - name: train
16
+ num_bytes: 209225
17
+ num_examples: 1000
18
+ - name: validation
19
+ num_bytes: 29532
20
+ num_examples: 144
21
+ - name: test
22
+ num_bytes: 30008
23
+ num_examples: 144
24
+ download_size: 48437
25
+ dataset_size: 268765
26
+ ---
27
+ # Dataset Card for "sq-babi_nli_basic-coreference"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)