Hugging Face · Schema

FillMaskRequest

Properties

Name Type Description
inputs string Text with [MASK] token to fill
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-fill-mask-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FillMaskRequest",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "string",
      "description": "Text with [MASK] token to fill"
    }
  }
}