Here are some terms that are useful to know when joining the Local LLM community. LocalLlama: A Reddit community of practitioners, researchers, and hackers doing all kinds of crazy things with ML models. LLM: A Large Language Model. Usually a transformer-based model with a lot of parameters…billions or even trillions. Transformer: A type of neural network architecture that is very good at language tasks. It is the basis for most LLMs. GPT: A type of transformer that is trained to predict th...