From 12601964bd52e9d3809a06ec81aa6d9958850585 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 20 Mar 2024 12:59:14 -0700 Subject: [PATCH] add eval script for convienience --- eval.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 eval.sh diff --git a/eval.sh b/eval.sh new file mode 100644 index 0000000..202cf7a --- /dev/null +++ b/eval.sh @@ -0,0 +1 @@ +python eric_wordle/eval.py --n 1 --vocab_file wordle_words.txt --num_eval 1000 \ No newline at end of file