Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mteb/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def evaluate(
changed.
- "only-cache": Only load the results from the cache folder and do not run the task. Useful if you just want to load the results from the
cache.
prediction_folder: Optional folder in which to save model predictions for the task. Predictions of the tasks will be sabed in `prediction_folder/{task_name}_predictions.json`
prediction_folder: Optional folder in which to save model predictions for the task. Predictions of the tasks will be saved in `prediction_folder/{task_name}_predictions.json`
show_progress_bar: Whether to show a progress bar when running the evaluation. Default is True. Setting this to False will also set the
`encode_kwargs['show_progress_bar']` to False if encode_kwargs is unspecified.
public_only: Run only public tasks. If None, it will attempt to run the private task.
Expand Down