Datasets:
Formats:
parquet
Languages:
English
Size:
1M - 10M
ArXiv:
Tags:
english
sentence-similarity
sentence-pair-classification
semantic-retrieval
re-ranking
information-retrieval
License:
Update README.md
Browse files
README.md
CHANGED
@@ -340,7 +340,7 @@ paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
|
|
340 |
* `label` *(int64)* β Task label. `1` β paraphrase/similar, `0` β non-paraphrase/dissimilar. For sources with continuous similarity (e.g., STS-B), labels are integerized in this release; consult the source subset if you need original continuous scores.
|
341 |
* *(config `all` only)*:
|
342 |
|
343 |
-
* `id` *(string)* β Dataset identifier. Follows the pattern `
|
344 |
* `source` *(string)* β Source dataset name.
|
345 |
* `source_idx` *(int64)* β Source-local row id.
|
346 |
|
|
|
340 |
* `label` *(int64)* β Task label. `1` β paraphrase/similar, `0` β non-paraphrase/dissimilar. For sources with continuous similarity (e.g., STS-B), labels are integerized in this release; consult the source subset if you need original continuous scores.
|
341 |
* *(config `all` only)*:
|
342 |
|
343 |
+
* `id` *(string)* β Dataset identifier. Follows the pattern `langcache_{split}_{row number}`.
|
344 |
* `source` *(string)* β Source dataset name.
|
345 |
* `source_idx` *(int64)* β Source-local row id.
|
346 |
|