Skip to content

Commit

Permalink
Update try_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Mar 15, 2024
1 parent 6e06ade commit 6dc8ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine-learn/try_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

# Load your trained model
nlp = load("custom_ner_model")
nlp = load("custom_ner_model2")

def machine_learn(text):
# Process the text with the loaded model
Expand Down

0 comments on commit 6dc8ee2

Please sign in to comment.