Unverified Commit 7d51b9af authored by Jess's avatar Jess Committed by GitHub
Browse files

Merge pull request #13 from JessicaOjo/africamgsm

remove limit in script
parents d7779945 3664097f
...@@ -33,7 +33,6 @@ do ...@@ -33,7 +33,6 @@ do
--batch_size 16 \ --batch_size 16 \
--output_path "$OUTPUT_DIR" \ --output_path "$OUTPUT_DIR" \
--num_fewshot $fewshot \ --num_fewshot $fewshot \
--limit 1 \
--verbosity DEBUG --verbosity DEBUG
done done
done done
\ No newline at end of file
...@@ -33,7 +33,6 @@ do ...@@ -33,7 +33,6 @@ do
--batch_size 16 \ --batch_size 16 \
--output_path "$OUTPUT_DIR" \ --output_path "$OUTPUT_DIR" \
--num_fewshot $fewshot \ --num_fewshot $fewshot \
--limit 1 \
--verbosity DEBUG --verbosity DEBUG
done done
done done
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment