Hugging Face · Schema

ZeroShotClassificationResponse

Properties

Name Type Description
sequence string
labels array
scores array
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-zero-shot-classification-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ZeroShotClassificationResponse",
  "type": "object",
  "properties": {
    "sequence": {
      "type": "string"
    },
    "labels": {
      "type": "array"
    },
    "scores": {
      "type": "array"
    }
  }
}