xhluca commited on
Commit
e0d4ede
1 Parent(s): 250a1c9

Fix instructions

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/", local_dir="./"
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()