This dataset is derived from mteb/sickr-sts (SICK-R style semantic textual similarity),
which in MTEB is provided as a single split. This script shuffles that split deterministically
and produces train / validation / test = 70% / 20% / 10%.
Fields
sentence1 — first sentence
sentence2 — second sentence
score — similarity / relatedness score (float32)
Input: single split from mteb/sickr-sts
Shuffle with a fixed seed
70/20/10 partition
Keep only… See the full description on the dataset page:
https://huggingface.co/datasets/Samsoup/sickr-sts.