How to convert HuggingFace tokenizers into ONNX format?

I have faced with a problem, I am trying to convert BertClassification model into ONNX format but, I also have to carry out about preprocessing step , which means my Tokenizer also must be converted to ONNX , is it even possible ?

According to Export to ONNX , I think it only allow you transform the model to ONNX format not tokenizer.

1 Like