Y
Hacker News
new
|
ask
|
show
|
jobs
by
matrix2596
356 days ago
is is possible for your tokenizer to give different tokenization ever then openai tokenizer? i am asking because there are multiple ways to tokenize the same string?? sry if i am mistaken
1 comments
matthewolfe
356 days ago
Should be the same. Both use Byte-Pair Encoding (BPE) as underlying algo.
link