Hugging Face · JSON Structure

Hugging Face Inference Fill Mask Response Structure

Type: object Properties: 4

FillMaskResponse is a JSON Structure definition published by Hugging Face, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

sequence score token token_str

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FillMaskResponse",
  "type": "object",
  "properties": {
    "sequence": {
      "type": "string"
    },
    "score": {
      "type": "number"
    },
    "token": {
      "type": "integer"
    },
    "token_str": {
      "type": "string"
    }
  }
}