Skip to content

Commit

Permalink
Update table11.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed May 10, 2024
1 parent 43a4638 commit 51fd3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/paper_scripts/table11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 51fd3c3

Please sign in to comment.