how to load custom trained ner crf model #647
Unanswered
Siddhijain16
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @Siddhijain16 I recommend you use the Slack for support, #sparknlp channel. What I see so far is that you are using read, that is a function to read Dataframes. You probably need just NerCrfModel.load. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hii @josejuanmartinez
I trained NER CRF model on my custom data and save the model(model_crf) in my disk. It contain 2 subfolder i)fields/ ii)metadata/. I want to do the predictions but I am facing problem while loading the load. Please share the steps to load the custom trained ner crf model, it would be very helpful.

I tried but nothing work fine to me
Please help
Beta Was this translation helpful? Give feedback.
All reactions