Glossary entry
Repetition Penalty
पुनरावृत्ति दण्ड
Definition (English)
A setting that discourages a model from repeating the same words or phrases.
अर्थ (नेपालीमा)
मोडेललाई उही शब्द वा वाक्यांश नदोहोर्याउन निरुत्साहित गर्ने सेटिङ।
Glossary entry
पुनरावृत्ति दण्ड
Definition (English)
A setting that discourages a model from repeating the same words or phrases.
अर्थ (नेपालीमा)
मोडेललाई उही शब्द वा वाक्यांश नदोहोर्याउन निरुत्साहित गर्ने सेटिङ।
Related terms
Coreference Resolution
सहसन्दर्भ समाधान
Determining which words in a text refer to the same entity, like 'she' and a name.
Bag of Words
ब्याग अफ वर्ड्स
A simple text representation counting word occurrences while ignoring order.
Dependency Parsing
निर्भरता विश्लेषण
Analyzing the grammatical relationships between words in a sentence.
Language Model
भाषा मोडेल
A model that predicts likely sequences of words to understand or generate text.
Layer
तह / लेयर
A group of neurons at the same depth in a network; data flows from layer to layer.
Learning Rate
लर्निङ रेट / सिकाइ दर
A setting that controls how big each step is when a model updates its parameters.
Lemmatization
लेमाटाइजेसन
Reducing words to their dictionary base form using grammar, e.g. 'better' to 'good'.
Masked Language Modeling
मास्क्ड भाषा मोडेलिङ
Training a model by hiding some words and asking it to predict them.