---
title: "Token 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/tokenclassification
markdown: https://docs.nodetool.ai/nodes/huggingface/tokenclassification.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/huggingface/tokenclassification.md
---

# Token Classification

**Type:** `huggingface.TokenClassification`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Token-classification / NER model repo id. | `dslim/bert-base-NER` |
| inputs | `str` | The text to analyze. | `` |
| aggregation_strategy | `enum` | How to group sub-word tokens into entities. | `simple` |

## Outputs

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

## Related Nodes

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