Hugging Face · Schema

QuestionAnsweringRequest

Properties

Name Type Description
inputs object
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-question-answering-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QuestionAnsweringRequest",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "object"
    }
  }
}