Closed nooralahzadeh closed 3 years ago
The tokenizers are available along with the models. You should be able to load the tokenizers by downloading a model that uses that tokenizer:
e.g.
tokenizer = RobertaTokenizerFast.from_pretrained(
model_path,
add_prefix_space=False
)
Hi, Thanks for sharing the pre-trianed models. I wonder if there is a possibility to share the tokenizer models? Thanks