பெரிய மொழி மாதிரி (Large Language Model - LLM) என்பது மানித மொழியைப் புரிந்துகொள்ளவும் உருவாக்கவும் பயிற்சி பெற்ற AI மாதிரி — உரையைக் கணிக்கவும் உற்பத்தி செய்யவும் செய்கிறது. LLM-கள் (GPT, Claude, Gemini போன்றவை) சாட்போட்கள், உதவியாளர்கள் மற்றும் உள்ளடக்க உருவாக்கம் போன்ற நவீன AI பயன்பாடுகளை இயக்குகின்றன.
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)
