3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python2,205 stars (2,205 stars)262 forks (262 forks)batch import
enhancementgood first issuehelp wanted
- Issue 種別
- feature
- 調査方針
- Study the linked tokenizer reference at seq2seq.pytorch to understand the BPE implementation pattern. Explore the PyTorch NLP repository for existing encoder base classes and integration points. Determine if the encoder should be a standalone module or part of the tokenizer subpackage. Open a discussion to clarify the expected API and scope.