Lightning-Universe / lightning-flash

Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
https://lightning-flash.readthedocs.io
Apache License 2.0
1.74k stars 212 forks source link

Sentence Transformers Util implementation #1074

Closed abhijithneilabraham closed 2 years ago

abhijithneilabraham commented 2 years ago

The utils implementation from Sentence Transformers could be used along with the TextEmbedder task to create features like cosine_similarity,paraphrase_mining,semantic_search, etc.

A separate class could be created as something like Flash.text.embedding.utils for the same, and could provide separate examples demonstrating the utilities.

abhijithneilabraham commented 2 years ago

@ethanwharris

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.