-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'embeddings-benchmark:main' into main
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- If you are submitting a dataset or a model for the model registry, please use the corresponding checklists below. Otherwise, feel free to remove them. --> | ||
|
||
<!-- add additional description, question etc. related to the new dataset --> | ||
|
||
|
||
## Checklist | ||
<!-- Please do not delete this --> | ||
|
||
- [ ] Run tests locally to make sure nothing is broken using `make test`. | ||
- [ ] Run the results files checker `make pre-push`. | ||
|
||
### Adding a model checklist | ||
<!-- | ||
When adding a model to the model registry | ||
see also https://github.com/embeddings-benchmark/mteb/blob/main/docs/reproducible_workflow.md | ||
--> | ||
Ref # <!-- Add mteb PR number here --> | ||
|
||
- I have added model implementation to `mteb/models/` [directory](https://github.com/embeddings-benchmark/mteb/tree/main/mteb/models). Instruction to add a model can be found [here](https://github.com/embeddings-benchmark/mteb/blob/main/docs/reproducible_workflow.md) |