what is the vocab.txt file of this model?

#2
by dongshou - opened

I can't init the T5Tokenizer without vocab.txt file

tokenizer = T5Tokenizer.from_pretrained("yuyijiong/T5-large-sentiment-analysis-Chinese")

vocab.txt is already included in spiece.model
you need to install sentencepiece

all right, thank you.

dongshou changed discussion status to closed

Sign up or log in to comment