Matthew
@matthew
Can any devs help me find a solution for this? Building a game and when a user guesses word X, I want to see if it's sufficiently similar to word Y. could I deploy some kind of mini, local LLM inside my codebase for this? ideally don't want to wait / pay each time for an openai api call.
7 replies
15 recasts
23 reactions
Shashank
@0xshash
you could load a pre-trained BERT model and get cosine similarity of words
0 reply
0 recast
1 reaction