Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
anakin87Β 
posted an update 3 days ago
Post
1435
🌌 Creating adventures with local LLMs

What if πŸ€”... Homer Simpson met Spider-Man and they went on a quest for donuts? 🍩
Or if Fred Astaire and Corporal Hicks teamed up to fight xenomorphs? πŸ‘Ύ

In the words of Karpathy, LLMs are dream machines...
they seem specially made to simulate these wild scenarios!

π„π±π©πžπ«π’π¦πžπ§π­π’π§π  𝐰𝐒𝐭𝐑 𝐭𝐑𝐒𝐬 𝐒𝐝𝐞𝐚 πŸ‘‡
Nous Research / @teknium recently released NousResearch/CharacterCodex:
a massive dataset with information on 16k characters, both fictional and real.
I couldn't wait to play it...

After a few attempts, I found that combining the information in this dataset with a good model (like meta-llama/Meta-Llama-3-8B-Instruct) opens the doors to a myriad of chat adventures.

πŸ› οΈ Stack:
πŸ”ΉHaystack for orchestration πŸ—οΈ
πŸ”Ήllamafile πŸ¦™πŸ—‚οΈ to run our model locally.

πŸ““ Check out the notebook: https://t.ly/y6jrZ
(includes a bonus πŸ•΅οΈ Mystery Character Quiz)
In this post