What's Changed
⚡ Now tokenicer instance dynamically inherits the native `tokenizer.__class__` of `tokenizer` passed in or loaded via our `Tokenicer.load()` api.
⚡ CI now tests tokenizers from `64` models
* fix mpt pad token bug by CL-ModelCloud in https://github.com/ModelCloud/Tokenicer/pull/24
* fix model_config bugs by CL-ModelCloud in https://github.com/ModelCloud/Tokenicer/pull/25
* test code clean up by CL-ModelCloud in https://github.com/ModelCloud/Tokenicer/pull/26
* Inherits PretrainedTokenizer by Qubitium in https://github.com/ModelCloud/Tokenicer/pull/28
* loop & test all models by CSY-ModelCloud in https://github.com/ModelCloud/Tokenicer/pull/30
**Full Changelog**: https://github.com/ModelCloud/Tokenicer/compare/v0.0.2...v0.0.4