label-studio-transformers
label-studio-transformers copied to clipboard
How to load trained bert ner model in python and do prediction on a new text?
Hi, i have trained one bert ner model through ML backend. Then, I would like to share the trained model with my colleagues and they could use the model to do predictions on new text data. How could we load the trained model in python and do prediction on new text data?