Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARKNLP 852 - Introducing "E5 Embeddings" for sentence embeddings like e5-large-v2 model #13859

Conversation

prabod
Copy link
Contributor

@prabod prabod commented Jun 20, 2023

This PR adds E5 embeddings to SparkNLP

e5-large-v2 is one of the best model according to this leaderboard: https://huggingface.co/spaces/mteb/leaderboard

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING page.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@prabod prabod added new-feature Introducing a new feature new model DON'T MERGE Do not merge this PR labels Jun 20, 2023
@maziyarpanahi maziyarpanahi changed the base branch from master to release/500-release-candidate July 1, 2023 13:16
…ent-E5-Embeddings-based-on-BERT-for-Sentence-Embeddings
@maziyarpanahi maziyarpanahi merged commit d8174cc into release/500-release-candidate Jul 1, 2023
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DON'T MERGE Do not merge this PR new model new-feature Introducing a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants