Update README.md
Browse files
README.md
CHANGED
@@ -226,8 +226,7 @@ Other tools: Python, PyTorch
|
|
226 |
```
|
227 |
|
228 |
|
229 |
-
## Glossary
|
230 |
|
231 |
Exact Match (EM): A metric measuring the percentage of predictions that match the ground truth exactly.
|
232 |
-
F1 Score: The harmonic mean of precision and recall, used for evaluating the quality of the predictions.
|
233 |
Masked Language Model (MLM): Pre-training objective for BERT, predicting masked words in input sentences.
|
|
|
226 |
```
|
227 |
|
228 |
|
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.
|