A simple NodeRED module to implement bert-tokenizer
npm install node-red-contrib-bert-tokenizerThe input payload is text (i.e. words, sentences, etc) to be converted into input feature for the BERT model. The input is tokenized and no longer than 126 tokens. Each name array in the output object has 128 numbers. See BERT-Tokenizer for an example output.