Hugging Face · Example Payload

Hugging Face Inference Question Answering Response Example

Hugging Face Inference Question Answering Response Example is an example object payload from Hugging Face, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

answerscorestartend

Example Payload

Raw ↑
{
  "answer": "example_value",
  "score": 42.5,
  "start": 10,
  "end": 10
}