Vitaliy

Results 4 comments of Vitaliy

I'm facing similar issue. Described it here: https://github.com/microsoft/onnxruntime/issues/4980 There seems to be problem when you use 2 inputs (input_ids, attention_mask) instead of 3 (input_ids, attention_mask, token_type_ids).

Could you, please, provide text that causes this error?

It's hard for me to fix it without at least basic knowledge of this script. I can point you to the problem in the code, though. There is regexp `\p{L}+`...

It definitely makes sense to commit to this. In our production environment we use `transformers` + `onnx` and it's great that `transformers` do not have hard dependency on `torch` or...