टोकन हे एकक आहेत जे LLMs मजकूर प्रक्रिया करतात (शब्दांचे तुकडे), आणि संदर्भ विंडो ही मजकूराची (टोकन) कमाल रक्कम आहे जी LLM एक वेळी विचारात घेऊ शकते. LLMs प्रभावीपणे वापरण्यासाठी, खर्च व्यवस्थापित करण्यासाठी आणि त्यांच्या मर्यादा हाताळण्यासाठी त्यांना समजून घेणे महत्वाचे आहे.
टोकन म्हणजे काय
TOKEN → the unit LLMs process text in (not words/characters, but PIECES):
→ text is split into tokens (roughly ~4 characters or ~0.75 words each in English)
→ e.g. 'unbelievable' might be 3 tokens; common words are often 1 token
→ the model processes and generates token by token
→ LLMs work in tokens (input and output are measured in tokens)
