Update README.md
Browse files
README.md
CHANGED
@@ -229,4 +229,5 @@ Other tools: Python, PyTorch
|
|
229 |
## Glossary
|
230 |
|
231 |
Exact Match (EM): A metric measuring the percentage of predictions that match the ground truth exactly.
|
|
|
232 |
Masked Language Model (MLM): Pre-training objective for BERT, predicting masked words in input sentences.
|
|
|
229 |
## Glossary
|
230 |
|
231 |
Exact Match (EM): A metric measuring the percentage of predictions that match the ground truth exactly.
|
232 |
+
|
233 |
Masked Language Model (MLM): Pre-training objective for BERT, predicting masked words in input sentences.
|