shaina-covid-qa-mpnet
Version: 3
HuggingFaceLast updated May 2023
shaina/covid_qa_mpnet is a pre-trained language model available on the Hugging Face Hub. It's specifically designed for the question-answering task in the transformers library. If you want to learn more about the model's architecture, hyperparameters, limitations, and biases, you can find this information on the model's dedicated Model Card on the Hugging Face Hub . Here's an example API request payload that you can use to obtain predictions from the model:
{
  "inputs": {
    "question": "What is COVID-19?",
    "context": "Coronavirus disease 2019 (COVID-19) is a contagious disease caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The first known case was identified in Wuhan, China, in December 2019.[7] The disease has since spread worldwide, leading to an ongoing pandemic."
  }
}
Model Specifications
Last UpdatedMay 2023
ProviderHuggingFace