InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Masked language modelling? |
|
Answer» Masked language MODELLING is an NLP technique for extracting the output from a contaminated input. Learners can use this approach to master deep representations in downstream tasks. Using this NLP technique, you may PREDICT a WORD based on the other words in the sentence. The FOLLOWING is the process for Masked language modelling:
|
|