samchain commited on
Commit
474e2ca
1 Parent(s): 20355b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: text1
12
+ dtype: string
13
+ - name: text2
14
+ dtype: string
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': '-1'
20
+ '1': '1'
21
+ splits:
22
+ - name: train
23
+ num_bytes: 150266647.47592032
24
+ num_examples: 50712
25
+ - name: test
26
+ num_bytes: 64403801.52407967
27
+ num_examples: 21735
28
+ download_size: 129675237
29
+ dataset_size: 214670449.0
30
+ ---
31
+ # Dataset Card for "WikiMedical_sentence_similarity"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)