This is a Extractive Question Answering model built upon a Text Embedding model from [PyTorch Hub](https://pytorch.org/hub/huggingface_pytorch-transformers/ ). It takes as input a pair of question-context strings, and returns a sub-string from the context as a answer to the question. The Text Embedding model which is pre-trained on Multilingual Wikipedia returns an embedding of the input pair of question-context strings.