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