You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error while evaluating SouthAfricanLangClassification: 'default'
Error during execution: 'default'
Traceback (most recent call last):
File "/workspace/sigrid/mteb-hacking/evaluation_3.py", line 190, in <module>
results = evaluation.run(model, output_folder="results/Ensemble-stella_gemma2_all_en")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspace/sigrid/mteb-hacking/.venv/lib/python3.11/site-packages/mteb/evaluation/MTEB.py", line 570, in run
raise e
File "/workspace/sigrid/mteb-hacking/.venv/lib/python3.11/site-packages/mteb/evaluation/MTEB.py", line 548, in run
new_results = TaskResult.from_task_results(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspace/sigrid/mteb-hacking/.venv/lib/python3.11/site-packages/mteb/load_results/task_results.py", line 177, in from_task_results
eval_langs = subset2langscripts[hf_subset]
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'default'
I think there is some key error happens in the dataset needed to be evaluated.
I think there is some key error happens in the dataset needed to be evaluated.
The script that I ran is for English tasks.
The text was updated successfully, but these errors were encountered: