menu
bpe package
documentation
tiktoken/src/core_bpe.dart
CoreBPE
tokenByteValues method
tokenByteValues method
dark_mode
light_mode
tokenByteValues
method
List
<
Uint8List
>
tokenByteValues
(
)
Implementation
List<Uint8List> tokenByteValues() { return sortedTokenBytes.map((e) => e.clone().bytes).toList(); }
bpe package
documentation
tiktoken/src/core_bpe
CoreBPE
tokenByteValues method
CoreBPE class