NerReplace Example: ModelTable - 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

Tokenizer table

CREATE MULTISET TABLE ner_tokenizers_tst
(
tokenizer_id VARCHAR(50)
,tokenizer BLOB(2097088000)
)
PRIMARY INDEX (tokenizer_id);
select * from ner_tokenizers_tst;

 *** Query completed. One row found. 2 columns returned.
 *** Total elapsed time was 1 second.

tokenizer_id                                       tokenizer
-------------------------------------------------- ------------------------
distilbert-NER                                     7B0A20202276657273696F6E

Config table

CREATE MULTISET TABLE ner_model_configurations_tst
(
config_id VARCHAR(50)
,config BLOB(2097088000)
)
PRIMARY INDEX (config_id);
select * from ner_model_configurations_tst;

 *** Query completed. One row found. 2 columns returned.
 *** Total elapsed time was 1 second.

config_id                                          config
-------------------------------------------------- ------------------------
distilbert-NER                                     7B0A2020225F6E616D655F6F