From 95427a0e1813810cb9c8b439cf4ca5218c042816 Mon Sep 17 00:00:00 2001 From: Kamel Gazzaz <60620606+kamelCased@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:23:37 -0700 Subject: [PATCH] Typo fix in biobert_ner_tf_inference.ipynb File: biobert_ner_tf_inference.ipynb Line: 244 Change: exampple -> example --- .../BERT/notebooks/biobert_ner_tf_inference.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/LanguageModeling/BERT/notebooks/biobert_ner_tf_inference.ipynb b/TensorFlow/LanguageModeling/BERT/notebooks/biobert_ner_tf_inference.ipynb index 9778624a2..47138cc06 100644 --- a/TensorFlow/LanguageModeling/BERT/notebooks/biobert_ner_tf_inference.ipynb +++ b/TensorFlow/LanguageModeling/BERT/notebooks/biobert_ner_tf_inference.ipynb @@ -241,7 +241,7 @@ "|BioBERT NER BC5CDR Chemical | NER model to extract chemical information from text, trained on the BC5CDR-Chemical dataset. |\n", "\n", "\n", - "For this exampple, we will download the Diease NER model trained from the BC5CDR-disease Dataset.\n" + "For this example, we will download the Diease NER model trained from the BC5CDR-disease Dataset.\n" ] }, {