Velik jezikovni model (LLM) je AI model, naučen na ogromnih količinah besedil, da razume in ustvarja človeški jezik — predvideva in proizvaja besedilo. LLM-i (kot so GPT, Claude, Gemini) poganjajo sodobne AI aplikacije, kot so chatboti, asistenti in generiranje vsebine.
Kaj je LLM
LLM = a large neural network (transformer) trained on MASSIVE amounts of text:
→ learns patterns of language → understands and GENERATES human-like text
→ fundamentally PREDICTS the next token (word/piece) given context → produces coherent text
→ LARGE → billions of parameters, trained on enormous text datasets
→ examples: GPT (OpenAI), Claude (Anthropic), Gemini (Google), Llama (Meta)
