diff --git a/docs/_pages/home.md b/docs/_pages/home.md index 565f9bd..dac584c 100644 --- a/docs/_pages/home.md +++ b/docs/_pages/home.md @@ -92,7 +92,7 @@ from datasets import load_dataset # Load the training, validation and test splits train = load_dataset("McGill-NLP/weblinx", split="train") -val = load_dataset("McGill-NLP/weblinx", split="valid") +val = load_dataset("McGill-NLP/weblinx", split="validation") test = load_dataset("McGill-NLP/weblinx", split="test") # Load one of the 4 out-of-domain splits (test_web, test_vis, test_geo, test_cat) @@ -159,4 +159,4 @@ If you use our dataset, code, or models, please use the following `bibtex` citat archivePrefix={arXiv}, primaryClass={cs.CL} } -``` \ No newline at end of file +```