Explore large language models on any computer with 512MB of RAM

Language Models Python is a package designed to simplify exploration for learners and educators on how large language models and modern software development intersect. The package provides free local inference using lightweight models, and all included models are free for educational use without requiring API keys. The models are ideal for learning purposes, but if users expect performance similar to ChatGPT, they may be disappointed. The package can be used in CLI chatbot, stream-lit chatbot, and multiple learning projects, including text classification, semantic search over documents, and extractive question answering. It includes various example programs and is easy to install by following the instructions.

https://github.com/jncraton/languagemodels

To top