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
Hello! Recently, I fine-tuned an xlm-roberta-base model following the approach proposed in this research paper, using parallel sentence pairs in Ukrainian and English. I would like to benchmark the model on the Ukrainian language and add it to the leaderboard.
I followed the guidelines provided in the documentation; however, I’m unsure which model .py file should contain the meta information about my model. Should it be a separate file based on the language, like mteb/models/ru_sentence_models.py, a new file, or should it be added to mteb/models/sentence_transformers_models.py?