Module tokenizers::decoders::byte_fallback
source · Structs§
- ByteFallback is a simple trick which converts tokens looking like
<0x61>
to pure bytes, and attempts to make them into a string. If the tokens cannot be decoded you will get � instead for each inconvertable byte token