From a2cfcb7d41a8db3c57860d886a623d4d6383f31a Mon Sep 17 00:00:00 2001 From: Xing Han Lu <21180505+xhluca@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:37:39 -0500 Subject: [PATCH] Fix incorrect code --- docs/_pages/home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```