Roman Solomatin
commited on
remove k from print
Browse files- results.py +1 -1
results.py
CHANGED
@@ -390,7 +390,7 @@ class MTEBResults(datasets.GeneratorBasedBuilder):
|
|
390 |
})
|
391 |
else:
|
392 |
if not isinstance(score, float):
|
393 |
-
print(f'WARNING: Expected float, got {score} for {ds_name} {lang} {metric}
|
394 |
continue
|
395 |
out.append({
|
396 |
"mteb_dataset_name": ds_name,
|
|
|
390 |
})
|
391 |
else:
|
392 |
if not isinstance(score, float):
|
393 |
+
print(f'WARNING: Expected float, got {score} for {ds_name} {lang} {metric}')
|
394 |
continue
|
395 |
out.append({
|
396 |
"mteb_dataset_name": ds_name,
|