Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the following two newly released models by the Snowflake team:
name: "Snowflake/snowflake-arctic-embed-m-v2.0"
revision: "f2a7d59d80dfda5b1d14f096f3ce88bb6bf9ebdc"
name: "Snowflake/snowflake-arctic-embed-l-v2.0"
revision: "edc2df7b6c25794b340229ca082e7c78782e6374"
For supported languages, I did my best to translate them to
ISO_LANGUAGE_SCRIPT
as accurately as possible but there might be some errors. The original list of supported languages can be found in the README.md on their repository.Checklist
make test
.make lint
.Adding a model checklist
mteb.get_model(model_name, revision)
andmteb.get_model_meta(model_name, revision)