Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ Developing a BioBERT-based Natural Language Processing Algorithm for Acute Myelo
|
|
61 |
|
62 |
<b> <u> How to use the Model </u> </b>
|
63 |
|
64 |
-
|
65 |
!pip install https://huggingface.co/pmaitra/en_biobert_ner_symptom/resolve/main/en_biobert_ner_symptom-any-py3-none-any.whl
|
66 |
|
67 |
import spacy
|
@@ -71,7 +71,7 @@ doc = nlp("He complained of dizziness and nausea during the Iowa trip.")
|
|
71 |
|
72 |
for ent in doc.ents:
|
73 |
print(ent)
|
74 |
-
|
75 |
|
76 |
### Accuracy
|
77 |
|
|
|
61 |
|
62 |
<b> <u> How to use the Model </u> </b>
|
63 |
|
64 |
+
<div class="boxed">
|
65 |
!pip install https://huggingface.co/pmaitra/en_biobert_ner_symptom/resolve/main/en_biobert_ner_symptom-any-py3-none-any.whl
|
66 |
|
67 |
import spacy
|
|
|
71 |
|
72 |
for ent in doc.ents:
|
73 |
print(ent)
|
74 |
+
</div>
|
75 |
|
76 |
### Accuracy
|
77 |
|