---
title: "Zero Shot Classification"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/huggingface/zeroshotclassification
markdown: https://docs.nodetool.ai/nodes/huggingface/zeroshotclassification.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/huggingface/zeroshotclassification.md
---

# Zero Shot Classification

**Type:** `huggingface.ZeroShotClassification`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Zero-shot-classification model repo id. | `facebook/bart-large-mnli` |
| inputs | `str` | The text to classify. | `` |
| candidate_labels | `str` | Comma-separated list of candidate labels. | `` |
| multi_label | `bool` | Allow multiple labels to be true at once. | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |
| scores | `list` |  |

## Related Nodes

Browse other nodes in the [huggingface](./) namespace.
