Un Large Language Model (LLM) este un model AI antrenat pe cantități vaste de text pentru a înțelege și genera limbaj uman — prezicând și producând text. LLM-urile (cum ar fi GPT, Claude, Gemini) alimentează aplicațiile AI moderne precum chatboți, asistenți și generarea de conținut.
Ce este un 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)
