ids property

List<int> ids
final

Token ids, including any special tokens (BOS/EOS or CLS/SEP) the tokenizer's convention adds. Not yet padded/truncated to a fixed sequence length — that is the forward pass's job (see forward_pass.dart's module doc).

Implementation

final List<int> ids;