aditeyabaral-redis commited on
Commit
6e05336
Β·
verified Β·
1 Parent(s): 9e8607a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -338,8 +338,8 @@ paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
338
  * `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.
339
  * *(config `all` only)*:
340
 
341
- * `source` *(string)* β€” Upstream dataset identifier.
342
- * `source_idx` *(int64)* β€” Source-local row id.
343
 
344
  **Splits**
345
 
 
338
  * `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.
339
  * *(config `all` only)*:
340
 
341
+ * `idx` *(string)* β€” Dataset identifier. Follows the pattern langcache\_{split}\_{row number}.
342
+ * `source_idx` *(string)* β€” Source-local row id. Follows the pattern {source name}\_{split}\_{row number}.
343
 
344
  **Splits**
345