added the `mode` parameter in the `save` and `load` methods to help developers, save and load their vocab and the merges of the tokenizer in their desired format .
- BPETokenizer: which can be used to build your tokenizer for the LLM - Tokenizer: a base class which leverages the save and load of the vocab and merges