Comment on Llama from scratch, or how to implement a paper without cryingparentComments−sva_3yThe tokens are in this case actually the individual characters: vocab = sorted(list(set(lines)))
Comments
The tokens are in this case actually the individual characters: