About the tokenizer
Why the tokenizer class specified in tokenizer config is BloomTokenizer? There is only BloomTokenizerFast in transformers implementation.
Hi @yuyq96,
Thanks for your attention!
Could you upgrade the transformers version: pip install git+https://github.com/huggingface/transformers and try again?
Best, Zhihong
There is no BloomTokenizer even in the latest transformers.
https://github.com/huggingface/transformers/tree/main/src/transformers/models/bloom
Hi yuyq96,
I got the same issue. Got any solution? Thanks in advance.
There is no BloomTokenizer even in the latest
transformers. https://github.com/huggingface/transformers/tree/main/src/transformers/models/bloom
@dickchanym I manually switched to BloomTokenizerFast and it works fine.