bosId top-level constant

int const bosId

Gemma special-token IDs. dart_sentencepiece_tokenizer defaults to the swapped pair (bosId=1, eosId=2), so we add them manually.

Implementation

const int bosId = 2;