NerReplace Example: Loading Tokenizer and Config with TDStudio - Teradata Vantage

Teradata Vantage™ - Bring Your Own Model User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Vantage
Release Number
20.00
Published
May 2026
ft:locale
en-US
ft:lastEdition
2026-06-18
dita:mapPath
fee1607120608274.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
fee1607120608274
-- 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