Glossary entry
Masked Language Modeling
मास्क्ड भाषा मोडेलिङ
Definition (English)
Training a model by hiding some words and asking it to predict them.
अर्थ (नेपालीमा)
केही शब्द लुकाएर तिनलाई अनुमान गर्न लगाएर मोडेल तालिम दिने तरिका।
Glossary entry
मास्क्ड भाषा मोडेलिङ
Definition (English)
Training a model by hiding some words and asking it to predict them.
अर्थ (नेपालीमा)
केही शब्द लुकाएर तिनलाई अनुमान गर्न लगाएर मोडेल तालिम दिने तरिका।
Related terms
N-gram
एन-ग्राम
A sequence of N consecutive words or characters used in language modeling.
Bagging
ब्यागिङ
Training many models on random data subsets and averaging them to reduce variance.
Label
लेबल
The correct answer attached to a training example that the model tries to predict.
Language Model
भाषा मोडेल
A model that predicts likely sequences of words to understand or generate text.
Accessibility
पहुँचयोग्यता
Designing AI tools so people with disabilities can use them effectively.
Bag of Words
ब्याग अफ वर्ड्स
A simple text representation counting word occurrences while ignoring order.
Batch
ब्याच
A small subset of training data processed together in one step of training.
Batch Normalization
ब्याच नर्मलाइजेसन
A technique that stabilizes and speeds up training by normalizing layer inputs.