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
This causes code duplication with the model name and revision being repeated. I propose changing this to pass the model name and revision directly to the loader using get_model, as demonstrated [here](
Currently, the model annotation looks like this:
This causes code duplication with the model name and revision being repeated. I propose changing this to pass the model name and revision directly to the loader using
get_model
, as demonstrated [here](mteb/mteb/model_meta.py
Lines 120 to 125 in 0c5c3a5
With this approach,
ModelMeta
could look like this:This would reduce code duplication and make the implementation cleaner.
Issue discussion start #1759
The text was updated successfully, but these errors were encountered: