aditeyabaral-redis commited on
Commit
aa50dc6
Β·
verified Β·
1 Parent(s): 0116754

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `langcache\_{split}\_{row number}`.
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