HeyDunaX commited on
Commit
707d93b
·
verified ·
1 Parent(s): 2061570

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -147,13 +147,13 @@ The split was produced using a stratified query-disjoint strategy: each query ap
147
  from datasets import load_dataset
148
 
149
  # Load queries (all splits)
150
- queries = load_dataset("NIRVLab/EVIRAL", "queries")
151
 
152
  # Load corpus
153
- corpus = load_dataset("NIRVLab/EVIRAL", "corpus", split="corpus")
154
 
155
  # Load qrels (all splits)
156
- qrels = load_dataset("NIRVLab/EVIRAL", "qrels")
157
 
158
  # Example: access test split
159
  test_queries = queries["test"]
 
147
  from datasets import load_dataset
148
 
149
  # Load queries (all splits)
150
+ queries = load_dataset("NIRVLab/EViRAL", "queries")
151
 
152
  # Load corpus
153
+ corpus = load_dataset("NIRVLab/EViRAL", "corpus", split="corpus")
154
 
155
  # Load qrels (all splits)
156
+ qrels = load_dataset("NIRVLab/EViRAL", "qrels")
157
 
158
  # Example: access test split
159
  test_queries = queries["test"]