dleemiller / WordLlama

Things you can do with the token embeddings of an LLM
MIT License
1.32k stars 42 forks source link

Gradio Demo #12

Closed amrrs closed 1 month ago

amrrs commented 1 month ago

https://huggingface.co/spaces/1littlecoder/wordllama

Hey great work! There's a new gradio demo created for this, in case if someone comes here looking for a demo adding it to the issues.

Feel free to close it after you've checked it!

dleemiller commented 1 month ago

Very cool! Thanks for doing this. Would it be ok if I put a link to this on the README under a community section?

And one suggestion I have is to try using similar words in the deduplication (eg. apple and apples). That would help show the differences with deduplicating exact strings like using a set()

amrrs commented 1 month ago

Let me make the change and get back to you.

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Lee Miller @.> Sent: Tuesday, September 17, 2024 7:10:31 PM To: dleemiller/WordLlama @.> Cc: amrrs @.>; Author @.> Subject: Re: [dleemiller/WordLlama] Gradio Demo (Issue #12)

Very cool! Thanks for doing this. Would it be ok if I put a link to this on the README under a community section?

And one suggestion I have is to try using similar words in the deduplication (eg. apple and apples). That would help show the differences with deduplicating exact strings like using a set()

— Reply to this email directly, view it on GitHubhttps://github.com/dleemiller/WordLlama/issues/12#issuecomment-2355843787, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABIZP6Q443CKUALVINRARATZXAWM7AVCNFSM6AAAAABOIVWYSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJVHA2DGNZYG4. You are receiving this because you authored the thread.Message ID: @.***>

amrrs commented 1 month ago

I've updated the examples in the dedup, please check it!

dleemiller commented 1 month ago

Great! I've added a link to your space in the README. Thanks again!