-- load model using Teradata Studio/client
-- distilbert-NER is the model_id from the ONNX embeddings model
insert into ner_tokenizers_tst values ('distilbert-NER', ?);
insert into ner_model_configurations_tst values ('distilbert-NER', ?);
--The '?' will open a GUI to browse the ONNX file that needs to be updated