Skip to content

Commit

Permalink
Fix incorrect code
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca authored Feb 9, 2024
1 parent e74938e commit a2cfcb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -159,4 +159,4 @@ If you use our dataset, code, or models, please use the following `bibtex` citat
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
```

0 comments on commit a2cfcb7

Please sign in to comment.