NeMo Studio Anonymizer
Use Datasets > Anonymizer in the NeMo Studio workspace sidebar to detect and protect PII in a dataset through context-aware replacement or rewriting. The page is enabled by default; an administrator can hide it by setting studio.feature_flags.anonymizer_enabled: false in the platform configuration and restarting Studio.
Studio covers the same workflow as the nemo anonymizer CLI and the sdk.anonymizer accessor. For concepts, configuration shape, and the CLI and SDK paths, see Anonymize Data.
Anonymizer Job List
The Anonymizer page lists the anonymizer jobs in the current workspace and polls for status changes.
The table shows each job’s name, description, creation time, and status. The Updated column is hidden by default and can be enabled from the column controls.
Build a Job
The builder has a configuration panel on the left with Source and Model Settings tabs, and a preview panel on the right. Preview runs the current configuration over a few records; Full Run submits the job and opens its detail page.
Data Source
Generation
Choose the anonymization strategy. Each strategy exposes its own parameters.
Preview Rows sets how many records a preview run anonymizes (1–10, default 1). It does not affect a full run.
Rewrite-specific parameters:
Columns
Text Column names the column holding the text to anonymize. When Studio can read the selected file, this is a dropdown of its columns and a single-column file is selected automatically; otherwise it is a free-text field. Data Summary is an optional description of the data that helps the models produce better results.
Entities
Auto-detect covers the default entity labels and lets the augmenter add more labels it finds. Custom restricts the output to the labels you select; the picker groups the labels the platform reports by category and accepts a typed-in label of your own. In Custom mode, Also include all N default entities adds the defaults to your selection. Custom mode requires at least one label or the defaults.
Model Settings
The Model Settings tab assigns a workspace model to each role the selected strategy uses, with an inference-parameter dropdown per role.
Entity Detector runs a token-classification NER model rather than a general chat model, so it takes no sampling parameters. The NER families Studio recognizes — GLiNER models and privacy filters — are grouped under Suggested, and any other model in the workspace remains selectable under Other models.
Preview
Preview streams anonymized records into the preview panel. Page through the returned records, expand Logs to follow the run, and use Stop to end a preview early. A banner reports records that failed during the run.
Job Detail
The job detail page polls until the job reaches a terminal state.
Use the actions menu in the page header to cancel a running job or delete the job.