under-tree commited on
Commit
5f46bb8
1 Parent(s): e709a18

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
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: val
8
+ path: data/val-*
9
+ dataset_info:
10
+ features:
11
+ - name: text1
12
+ dtype: string
13
+ - name: text2
14
+ dtype: string
15
+ - name: score
16
+ dtype: float64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 28555408
20
+ num_examples: 15000
21
+ - name: val
22
+ num_bytes: 5686916
23
+ num_examples: 3000
24
+ download_size: 11941770
25
+ dataset_size: 34242324
26
+ ---
27
+ # Dataset Card for "sts_traces"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)