inputIds property
final
BERT token IDs, starting with [CLS] (101) and ending with [SEP]
(102), then zero-padded to BertTokenizer.maxLength.
Implementation
final Int64List inputIds;
BERT token IDs, starting with [CLS] (101) and ending with [SEP]
(102), then zero-padded to BertTokenizer.maxLength.
final Int64List inputIds;