Inference with DistilBertForQuestionAnswering

I have fine tuned a DistilBert model for question answering using my custom data.

I want to know how can I use that model to find the answers for input questions ?

Seems like a duplicate of Predicting answers using DistilBertForQuestionAnswering

removing it, as I have answered it there.