Glossary entry
N-gram
एन-ग्राम
Definition (English)
A sequence of N consecutive words or characters used in language modeling.
अर्थ (नेपालीमा)
भाषा मोडेलिङमा प्रयोग हुने N वटा लगातार शब्द वा अक्षरको क्रम।
Glossary entry
एन-ग्राम
Definition (English)
A sequence of N consecutive words or characters used in language modeling.
अर्थ (नेपालीमा)
भाषा मोडेलिङमा प्रयोग हुने N वटा लगातार शब्द वा अक्षरको क्रम।
Related terms
Masked Language Modeling
मास्क्ड भाषा मोडेलिङ
Training a model by hiding some words and asking it to predict them.
Language Model
भाषा मोडेल
A model that predicts likely sequences of words to understand or generate text.
Bag of Words
ब्याग अफ वर्ड्स
A simple text representation counting word occurrences while ignoring order.
Bayesian Optimization
बेजियन अनुकूलन
An efficient method for tuning hyperparameters by modeling which settings work best.
Coreference Resolution
सहसन्दर्भ समाधान
Determining which words in a text refer to the same entity, like 'she' and a name.
Corpus
कोर्पस / पाठ सङ्ग्रह
A large, structured collection of text used to train or study language models.
Dependency Parsing
निर्भरता विश्लेषण
Analyzing the grammatical relationships between words in a sentence.
Function Calling (Tool Use)
फंक्सन कलिङ / उपकरण प्रयोग
Letting a language model invoke external tools or APIs to act, not just generate text.