File size: 902 Bytes
ce8ba30 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
<!-- 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)
|