pub fn decode_sequence(token_ids: &[u32]) -> String
Decode ESM3 sequence token IDs back to an amino-acid string.
Skips BOS (0), PAD (1), EOS (2), and MASK (32).