Helios9 commited on
Commit
ad2aea4
·
verified ·
1 Parent(s): 68826f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "venkatd/BIOMed_NER"
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,