Israel184M parametersModern Hebrew5K+ downloads

Explore DictaBERT

Predict masked words in modern Hebrew with DICTA's state-of-the-art Hebrew BERT model. Use the playground to give DictaBERT a representative input and review its output. Adjust the available settings to shape the result for your task.

Model

dicta-il/dictabert

Input

Configure your request

A string or JSON list of strings passed directly to FillMaskPipeline inputs. Each input must contain exactly one [MASK] token.

Documentation

DictaBERT field reference

Use this reference to understand how every field in the playground changes the request sent to dicta-il/dictabert.

inputs

Required

Type: Text

Provides one Hebrew sentence or a JSON list of sentences containing exactly one [MASK] token each. The model ranks vocabulary tokens that could replace the mask, so surrounding context and correct Hebrew spelling directly influence the predictions.

top_k

Optional

Type: Integer

Default: 5

Range: 1–Unbounded

Sets how many highest-scoring replacements are returned for each masked token. Increase it to inspect more alternatives, or reduce it when only the most likely completions matter; it does not change the underlying prediction scores.

targets

Optional

Type: JSON array

Default: None

Restricts masked-word prediction to the supplied JSON list of candidate words or tokens. Use it to compare a known vocabulary rather than search the entire model vocabulary; candidates that split into multiple tokens may not behave like a single masked-token replacement.

tokenizer_kwargs

Optional

Type: JSON object

Default: None

Passes advanced JSON options directly to the tokenizer, such as truncation or maximum input length. Use it when the exposed controls do not cover the required preprocessing behavior, and avoid settings that remove the mask token or important source text.