Add fast tokenizer

#5
by vtno - opened

I'd like to run the model with Elixir Bumblebee and it requires this tokenizer config

Generated with:

from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("airesearch/wangchanberta-base-att-spm-uncased")
assert tokenizer.is_fast
tokenizer.save_pretrained("...")
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment