hey so is there a local llm i can get (or train?) that is *just* an llm? like no system prompt, no chatbot features, just 'predict the next word'? i think my club needs a demo to de-anthropomorphicize these things

@kirakira I would recommend:

https://github.com/karpathy/nanoGPT

(That is, an old project that is "left up for posterity" after switching it to a chat interface)

GitHub - karpathy/nanoGPT: The simplest, fastest repository for training/finetuning medium-sized GPTs.

The simplest, fastest repository for training/finetuning medium-sized GPTs. - karpathy/nanoGPT

GitHub