Hacker News new | ask | show | jobs
by mikewarot 18 days ago
I strongly suspect it's tokenization that drives this. If we trained with ASCII or even UTF8, I think we'd have much better results.
1 comments

Self-attention is an O(n^2) operation. You don't want to train on individual characters, or bytes.