From 51fd3c3e91a6edb2274da052504a891eb92c3cfc Mon Sep 17 00:00:00 2001 From: Anshuman Suri Date: Fri, 10 May 2024 14:08:12 -0400 Subject: [PATCH] Update table11.sh --- scripts/paper_scripts/table11.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/paper_scripts/table11.sh b/scripts/paper_scripts/table11.sh index 1d09334..af3c0a3 100644 --- a/scripts/paper_scripts/table11.sh +++ b/scripts/paper_scripts/table11.sh @@ -6,7 +6,7 @@ for model in "gpt-neo-125m" "gpt-neo-1.3B" "gpt-neo-2.7B" do for subset in "wikipedia_(en)" "github" "pile_cc" "pubmed_central" "arxiv" "dm_mathematics" "hackernews" do - knocky python run.py \ + python run.py \ --config configs/mi.json \ --base_model "EleutherAI/${model}" \ --specific_source ${subset}_ngram_${ngram}_\<0.8_truncated \