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
Copy file name to clipboardExpand all lines: docs/adding_a_model.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ These will save the results in a folder called `results/{model_name}/{model_revi
30
30
31
31
2.**Push Results to the Leaderboard**
32
32
33
-
To add results to the public leaderboard you can push your results to the [results repository](https://github.com/embeddings-benchmark/results)afterwards they will appear on the leaderboard after a day.
33
+
To add results to the public leaderboard you can push your results to the [results repository](https://github.com/embeddings-benchmark/results)via a PR. Once merged they will appear on the leaderboard after a day.
34
34
35
35
36
-
3. (Optional) **Add the results using to the model card:**
36
+
3. (Optional) **Add results to the model card:**
37
37
38
38
`mteb` implements a cli for adding results to the model card:
Note that if you can run the model on many tasks, this can lead to an excessively large readme frontmatter.
52
+
Note that running the model on many tasks may lead to a huge readme front matter.
53
53
54
54
4.**Wait for a refresh the leaderboard:**
55
55
@@ -70,4 +70,4 @@ The leaderboard [automatically refreshes daily](https://github.com/embeddings-be
70
70
71
71
###### Instantiating the Model with Prompts
72
72
73
-
If you are unable to directly add the prompts in the model configuration, you can instantiate the model using the `sentence_transformers_loader` and pass `prompts` as an argument. For more details, see the `mteb/models/bge_models.py` file.
73
+
If you are unable to directly add the prompts in the model configuration, you can instantiate the model using the `sentence_transformers_loader` and pass `prompts` as an argument. For more details, see the `mteb/models/bge_models.py` file.
0 commit comments