File size: 608 Bytes
5f46bb8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
dataset_info:
  features:
  - name: text1
    dtype: string
  - name: text2
    dtype: string
  - name: score
    dtype: float64
  splits:
  - name: train
    num_bytes: 28555408
    num_examples: 15000
  - name: val
    num_bytes: 5686916
    num_examples: 3000
  download_size: 11941770
  dataset_size: 34242324
---
# Dataset Card for "sts_traces"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)