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

[Feature Request]: Universal Sentence Encoder(USE) Embedding Function #1722

Open
csbasil opened this issue Feb 15, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@csbasil
Copy link

csbasil commented Feb 15, 2024

Describe the problem

Built in support for Google's Universal Sentence Encoder (USE) which can useful for greater-than-word length text, such as sentences, phrases or short paragraphs.

USE Paper

Describe the proposed solution

A new embedding function with USE support. USE model is available on TensorFlow Hub(https://tfhub.dev/google/universal-sentence-encoder/4) as well as HuggingFace(Dimitre/universal-sentence-encoder).

Alternatives considered

No response

Importance

nice to have

Additional Information

No response

@csbasil csbasil added the enhancement New feature or request label Feb 15, 2024
@csbasil
Copy link
Author

csbasil commented Feb 15, 2024

I have created a PR - #1723 for the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant