Mike0307 commited on
Commit
7c0a9a8
1 Parent(s): 3dc4b75

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: text1
5
+ dtype: string
6
+ - name: text2
7
+ dtype: string
8
+ - name: label
9
+ dtype: int64
10
+ - name: similarity
11
+ dtype: float64
12
+ - name: __index_level_0__
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 262368640
17
+ num_examples: 1307687
18
+ - name: test
19
+ num_bytes: 29409397
20
+ num_examples: 147115
21
+ - name: validate
22
+ num_bytes: 36060224
23
+ num_examples: 179807
24
+ download_size: 244981269
25
+ dataset_size: 327838261
26
+ ---
27
+ # Dataset Card for "simclue-zh-tw"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)