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
"What do aggregate measures (Rank(Borda), Mean(Task), etc.) mean?",
404
405
open=False,
@@ -425,6 +426,25 @@ def filter_models(
425
426
Based on community feedback and research findings, This definition could change in the future.
426
427
"""
427
428
)
429
+
withgr.Accordion(
430
+
"Why is a model is missing or not showing up?",
431
+
open=False,
432
+
):
433
+
gr.Markdown(
434
+
"""
435
+
There is multiple reasons why a model might not show up in the leaderboard. Here is a few common reasons:
436
+
437
+
- **Filter Setting**: It is being filtered out with your current filter. By default we do not show models that are not zero-shot on the benchmark.
438
+
You can change this setting in the model selection panel.
439
+
- **Removed Derivatives**: While the previous models showed many variant of a models (e.g. quantized, varying embedding sizes) as separate models, we now only show the original model.
440
+
- **Missing Results**: The model might not have been run on the tasks in the benchmark. We only display models that have been run on at least one tasks
441
+
in the benchmark. For visualizations which require the mean across all tasks, we only display models that have been run on all tasks in the benchmark.
442
+
You can see existing results the [results repository](https://github.com/embeddings-benchmark/results). This is also where new results are added using a PR.
443
+
- **Missing Metadata**: Currently the we only show models for which we have metadata on in [mteb](https://github.com/embeddings-benchmark/mteb).
444
+
You can follow this guide on how to add a [model](https://github.com/embeddings-benchmark/mteb/blob/main/docs/adding_a_model.md) and
445
+
see existing implementations [here](https://github.com/embeddings-benchmark/mteb/tree/main/mteb/models).
0 commit comments