Skip to content

Commit 6772688

Browse files
committed
fix: batch size arg
1 parent f85a2cd commit 6772688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_chunked_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def main(model_name, strategy, task_name):
7474
output_folder='results-chunked-pooling',
7575
eval_splits=['test'],
7676
overwrite_results=True,
77-
encode_kwargs = {'batch_size': batch_size},
77+
encode_kwargs = {'batch_size': 1},
7878
)
7979

8080
tasks = [

0 commit comments

Comments
 (0)