Hugging Face · Schema

ZeroShotClassificationRequest

Properties

Name Type Description
inputs string The text to classify
parameters object
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-zero-shot-classification-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ZeroShotClassificationRequest",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "string",
      "description": "The text to classify"
    },
    "parameters": {
      "type": "object"
    }
  }
}