aditeyabaral-redis commited on
Commit
0116754
·
verified ·
1 Parent(s): 2f7d05f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -289,7 +289,7 @@ It merges widely used benchmarks into a single schema with consistent fields and
289
 
290
  **Configs and coverage**
291
 
292
- - **`all`**: Unified view over all sources with extra metadata columns (`idx`, `source_idx`).
293
  - **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
294
 
295
  **Size & splits (overall)**
@@ -340,8 +340,9 @@ 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
- * `idx` *(string)* — Dataset identifier. Follows the pattern langcache\_{split}\_{row number}.
344
- * `source_idx` *(string)* — Source-local row id. Follows the pattern {source name}\_{split}\_{row number}.
 
345
 
346
  **Splits**
347
 
 
289
 
290
  **Configs and coverage**
291
 
292
+ - **`all`**: Unified view over all sources with extra metadata columns (`id`, `source`, `source_idx`).
293
  - **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
294
 
295
  **Size & splits (overall)**
 
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
 
347
  **Splits**
348