xhluca commited on
Commit
4d5db43
1 Parent(s): ef117d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -140,10 +140,11 @@ You can also access the data processed for reranking tasks. To do that:
140
  from datasets import load_dataset
141
 
142
  path = 'McGill-NLP/WebLINX'
 
143
  # validation split:
144
- valid = load_dataset(path, name='reranking', split='validation')
145
  # test-iid split
146
- test_iid = load_dataset(name, 'reranking', split='test_iid')
147
  # other options: test_cat, test_geo, test_vis, test_web
148
 
149
  print("Query:")
 
140
  from datasets import load_dataset
141
 
142
  path = 'McGill-NLP/WebLINX'
143
+
144
  # validation split:
145
+ valid = load_dataset(path=path, name='reranking', split='validation')
146
  # test-iid split
147
+ test_iid = load_dataset(path, 'reranking', split='test_iid')
148
  # other options: test_cat, test_geo, test_vis, test_web
149
 
150
  print("Query:")