Commit Graph

2 Commits

Author SHA1 Message Date
a7ebc0e00e fix: correct tokenizer handling for empty input sequences in encode method 2025-01-05 15:00:38 +00:00
debdda8e87 feat: add tokenizer module with basic tokenization and vocabulary building
Implement a new tokenizer.py file that provides core tokenization functionality including whitespace splitting, punctuation handling, and vocabulary construction from input text.
2025-01-05 14:57:33 +00:00