We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85a2cd commit 6772688Copy full SHA for 6772688
run_chunked_eval.py
@@ -74,7 +74,7 @@ def main(model_name, strategy, task_name):
74
output_folder='results-chunked-pooling',
75
eval_splits=['test'],
76
overwrite_results=True,
77
- encode_kwargs = {'batch_size': batch_size},
+ encode_kwargs = {'batch_size': 1},
78
)
79
80
tasks = [
0 commit comments