We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From this research, Sentence Embedding via Semantic Subspace Analysis (S3E) allows us to construe sentence embeddings which are competitive with sentence bert. [Sentence Embedding via Semantic Subspace Analysis](https://arxiv.org/abs/2002.09620)
Would be handy to have in your library? I'm not a pythoneer, but from what I get from others code is it seems not very complicated to implement:
https://github.com/deepset-ai/FARM/blob/master/examples/embeddings_extraction_s3e_pooling.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From this research, Sentence Embedding via Semantic Subspace Analysis (S3E) allows us to construe sentence embeddings which are competitive with sentence bert.
[Sentence Embedding via Semantic Subspace Analysis](https://arxiv.org/abs/2002.09620)
Would be handy to have in your library? I'm not a pythoneer, but from what I get from others code is it seems not very complicated to implement:
https://github.com/deepset-ai/FARM/blob/master/examples/embeddings_extraction_s3e_pooling.py
The text was updated successfully, but these errors were encountered: