Issue with Loading Custom Tokenizer: Tokenizer class BaseTokenizer does not exist or is not currently imported Error

Yeah, thank you for you respond, anyway!!
Actually, if i import my tokenizer directly from
directory of my project.

tokenizer = CustomBaseTokenizer.from_pretrained(hugging_face_name)

It works good, but probably it takes just vocab file and doesnt use another files, so we cant check anything here.

Ill try your idea about other’s works later.

1 Like