Can't load tokenizer using from_pretrained

#3
by joshuaperk - opened

Thanks for this dataset and tutorial. I was able to follow it and train the model, but when I upload that model checkpoint to HF and use inference it says: "Can't load tokenizer using from_pretrained, please update its configuration: data did not match any variant of untagged enum PyPreTokenizerTypeWrapper at line 83 column 3".

Any idea how I could fix this?

Sign up or log in to comment