carlosejimenez commited on
Commit
c08a82d
·
1 Parent(s): bb4f438

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: label
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': entailment
9
+ '1': not_entailment
10
+ - name: text
11
+ dtype: string
12
+ - name: orig_idx
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 914550
17
+ num_examples: 2490
18
+ - name: validation
19
+ num_bytes: 98207
20
+ num_examples: 277
21
+ - name: test
22
+ num_bytes: 1055053
23
+ num_examples: 3000
24
+ download_size: 1227107
25
+ dataset_size: 2067810
26
+ ---
27
+ # Dataset Card for "seq2seq-rte"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)