Using ONNX BERT Model for Text-based Q&A in your Mobile .NET Apps

đź•“ 5 MIN In the first article of this series, I explained how to load, evaluate and convert a PyTorch-trained BERT QnA model to an ONNX-compatible format. In the second article, I explained how to load an ONNX Model, perform processing tasks on both the input and output and connect the prediction pipeline to the frontend UI. In […]