Datasets:
Fix instructions
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ valid = load_dataset("McGill-NLP/weblinx", split="validation")
|
|
72 |
|
73 |
# Download the input templates and use the LLaMA one
|
74 |
snapshot_download(
|
75 |
-
"McGill-NLP/WebLINX", repo_type="dataset", allow_patterns="templates
|
76 |
)
|
77 |
with open('templates/llama.txt') as f:
|
78 |
template = f.read()
|
|
|
72 |
|
73 |
# Download the input templates and use the LLaMA one
|
74 |
snapshot_download(
|
75 |
+
"McGill-NLP/WebLINX", repo_type="dataset", allow_patterns="templates/*", local_dir="."
|
76 |
)
|
77 |
with open('templates/llama.txt') as f:
|
78 |
template = f.read()
|