carlosejimenez commited on
Commit
d6279b9
1 Parent(s): 5145bc7

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': not_duplicate
9
+ '1': duplicate
10
+ - name: text
11
+ dtype: string
12
+ - name: orig_idx
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 60724662
17
+ num_examples: 363846
18
+ - name: validation
19
+ num_bytes: 6745364
20
+ num_examples: 40430
21
+ - name: test
22
+ num_bytes: 65727166
23
+ num_examples: 390965
24
+ download_size: 68588110
25
+ dataset_size: 133197192
26
+ ---
27
+ # Dataset Card for "seq2seq-qqp"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)