From f463fa6aa27ce2053643feedb2eca85578ef4c4e Mon Sep 17 00:00:00 2001 From: Anshuman Suri Date: Fri, 10 May 2024 14:08:24 -0400 Subject: [PATCH] Update table3.sh --- scripts/paper_scripts/table3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/paper_scripts/table3.sh b/scripts/paper_scripts/table3.sh index 4ceb9df..4956341 100644 --- a/scripts/paper_scripts/table3.sh +++ b/scripts/paper_scripts/table3.sh @@ -5,7 +5,7 @@ for ngram in "7" "13" do for subset in "wikipedia_(en)" "github" "pubmed_central" "pile_cc" "arxiv" do - knocky python run.py \ + python run.py \ --config configs/mi.json \ --revision step99000 \ --base_model "EleutherAI/pythia-12b-deduped" \