From 4bcad395ed4f175728304aaf5f3574f783b97226 Mon Sep 17 00:00:00 2001 From: Xing Han Lu <21180505+xhluca@users.noreply.github.com> Date: Sat, 27 Apr 2024 23:25:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c335e99..05ec6f6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ from transformers import pipeline # We use validation data, but you can use your own data here valid = load_dataset("McGill-NLP/WebLINX", split="validation") -snapshot_download("McGill-NLP/WebLINX", "dataset", allow_patterns="templates/*") +snapshot_download("McGill-NLP/WebLINX", repo_type="dataset", allow_patterns="templates/*") template = open('templates/llama.txt').read() # Run the agent on a single state (text representation) and get the action