xhluca commited on
Commit
5c8655f
1 Parent(s): 13011cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ from datasets import load_dataset
47
 
48
  # Load the training, validation and test (IID) splits
49
  train = load_dataset("McGill-NLP/weblinx", "train")
50
- valid = load_dataset("McGill-NLP/weblinx", "valid")
51
  test = load_dataset("McGill-NLP/weblinx", "test")
52
 
53
  # Load one of the 4 out-of-domain splits (test_web, test_vis, test_geo, test_cat)
 
47
 
48
  # Load the training, validation and test (IID) splits
49
  train = load_dataset("McGill-NLP/weblinx", "train")
50
+ valid = load_dataset("McGill-NLP/weblinx", "validation")
51
  test = load_dataset("McGill-NLP/weblinx", "test")
52
 
53
  # Load one of the 4 out-of-domain splits (test_web, test_vis, test_geo, test_cat)