Learn Before
Concept
Intrinsic Model Evaluation in NLP
- Since running end to end evaluation for big nlp systems can be expensive, it is suggested to measure the model's quality independent of application. We defined part of the corpus as held out corpora (test test) for the purpose of validating the model's performance, and exclude the set during the training process.
0
1
Updated 2021-09-30
Tags
Natural language processing
Data Science