I built a NLP model to extract named entities from raw text using flair sequencetagger algorithm. I'm not able to export it to onnx format. I don't know how to give dummy input for this model
I tried with torch.onnx.export but got errormessage as JIT scipts only accept list, tuples,etc.but what is given is sentence