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

# Fill Mask

**Type:** `huggingface.FillMask`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Fill-mask model repo id. | `bert-base-uncased` |
| inputs | `str` | Text containing a mask token (e.g. [MASK] for BERT, <mask> for RoBERTa). | `The capital of France is [MASK].` |

## Outputs

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

## Related Nodes

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