Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ You can use the Hugging Face `pipeline` for easy inference:
|
|
| 59 |
from transformers import pipeline
|
| 60 |
|
| 61 |
# Load the model
|
| 62 |
-
model_path = "
|
| 63 |
pipe = pipeline(
|
| 64 |
task="token-classification",
|
| 65 |
model=model_path,
|
|
|
|
| 59 |
from transformers import pipeline
|
| 60 |
|
| 61 |
# Load the model
|
| 62 |
+
model_path = "Helios9/BIOMed_NER"
|
| 63 |
pipe = pipeline(
|
| 64 |
task="token-classification",
|
| 65 |
model=model_path,
|