phiyodr-bert-base-finetuned-squad2
phiyodr-bert-base-finetuned-squad2
Version: 3
Hugging FaceLast updated May 2023
phiyodr/bert-base-finetuned-squad2 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 discipline did Winkelmann create?",
    "context": "Johann Joachim Winckelmann was a German art historian and archaeologist. He was a pioneering Hellenist who first articulated the difference between Greek, Greco-Roman and Roman art. The prophet and founding hero of modern archaeology, Winckelmann was one of the founders of scientific archaeology and first applied the categories of style on a large, systematic basis to the history of art."
  }
}
Model Specifications
Last UpdatedMay 2023
ProviderHugging Face