Load model failed:Type Error: Type (tensor(float16)) of output arg (_to_copy) of node (node__to_copy) does not match expected type (tensor(float)).
This repository demonstrates how to convert Hugging Face tokenizers to ONNX format and use them along with embedding models in multiple programming languages. While we can easily download ONNX models ...