Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,9 @@ Developing a BioBERT-based Natural Language Processing Algorithm for Acute Myelo
|
|
61 |
|
62 |
## Model Usage
|
63 |
The model can be loaded using spacy after installing the model.
|
64 |
-
|
|
|
|
|
65 |
|
66 |
```python
|
67 |
|
|
|
61 |
|
62 |
## Model Usage
|
63 |
The model can be loaded using spacy after installing the model.
|
64 |
+
```terminal
|
65 |
+
!pip install https://huggingface.co/pmaitra/en_biobert_ner_symptom/resolve/main/en_biobert_ner_symptom-any-py3-none-any.whl
|
66 |
+
```
|
67 |
|
68 |
```python
|
69 |
|