You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You all know LLM takes tokens as input. But how to convert natural language into tokens? This is the job of tokenizer. In this repo, I provide a simple tokenizer for both Chinese and English.