imvladikon commited on
Commit
c0e2ea4
1 Parent(s): 749e926

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question1
5
+ dtype: string
6
+ - name: question2
7
+ dtype: string
8
+ - name: label
9
+ dtype: int64
10
+ - name: idx
11
+ dtype: int64
12
+ - name: question1_he
13
+ dtype: string
14
+ - name: question2_he
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 115417971
19
+ num_examples: 359985
20
+ - name: validation
21
+ num_bytes: 12824367
22
+ num_examples: 39998
23
+ - name: test
24
+ num_bytes: 106677144
25
+ num_examples: 329982
26
+ download_size: 141953085
27
+ dataset_size: 234919482
28
+ ---
29
+ # Dataset Card for "qqp_he"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)