Error on ONNX version
#3
by
eraldohug
- opened
I'm encountering an issue when converting the model to ONNX and executing it with ONNX Runtime.
During inference, the following error occurs:
ORT_INVALID_ARGUMENT - message: Non-zero status code returned while running Gather node. Name:'/embeddings/word_embeddings/Gather' Status Message: indices element out of data bounds, idx=65579 must be within the inclusive range [-64000,63999]
Hi, looks like an issue with your tokenizer configuration when converting to ONNX.