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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -287,7 +287,7 @@ It merges widely used benchmarks into a single schema with consistent fields and
287
 
288
  **Configs and coverage**
289
 
290
- - **`all`**: Unified view over all sources with extra metadata columns (`source`, `source_idx`).
291
  - **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
292
 
293
  **Size & splits (overall)**
@@ -321,7 +321,7 @@ ds = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "all")
321
  # A single source, e.g., PAWS
322
  paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
323
 
324
- # Columns: sentence1, sentence2, label (+ source, source_idx in 'all')
325
  ```
326
 
327
  ### Out-of-Scope Use
@@ -347,7 +347,7 @@ paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
347
 
348
  **Schemas by config**
349
 
350
- * `all`: 5 columns (`sentence1`, `sentence2`, `label`, `source`, `source_idx`).
351
  * All other configs: 3 columns (`sentence1`, `sentence2`, `label`).
352
 
353
  ## Dataset Creation
 
287
 
288
  **Configs and coverage**
289
 
290
+ - **`all`**: Unified view over all sources with extra metadata columns (`idx`, `source_idx`).
291
  - **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
292
 
293
  **Size & splits (overall)**
 
321
  # A single source, e.g., PAWS
322
  paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
323
 
324
+ # Columns: sentence1, sentence2, label (+ idx, source_idx in 'all')
325
  ```
326
 
327
  ### Out-of-Scope Use
 
347
 
348
  **Schemas by config**
349
 
350
+ * `all`: 5 columns (`idx`, `source_idx`, `sentence1`, `sentence2`, `label`).
351
  * All other configs: 3 columns (`sentence1`, `sentence2`, `label`).
352
 
353
  ## Dataset Creation