Semantic Emoji Finder thanks to BERT support #5767
astrowonk
started this conversation in
Show and tell
Replies: 1 comment
-
Very cool! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to use llama.cpp (via the python bindings) to generate BERT embeddings with relatively little memory (compared to
pytorch
andsentence_transformers
) and allow for multi-word searches in my semantic emoji finder. I think asentence-transformers
version of this web app would use nearly 1GB of RAM; now implemented it's running in less than <200MB.I've deployed the changes on the deployed Dash app.
Beta Was this translation helpful? Give feedback.
All reactions