inputIds property

Int64List inputIds
final

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

Implementation

final Int64List inputIds;