nemo_microservices.types.beta.safe_synthesizer.ner_config#

Module Contents#

Classes#

API#

class nemo_microservices.types.beta.safe_synthesizer.ner_config.NERConfig(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

enable_regexps: bool | None#

None

Enable NER regular expressions (experimental)

gliner: nemo_microservices.types.beta.safe_synthesizer.gliner_config.GlinerConfig | None#

None

GLiNER NER configuration.

ner_entities: List[str] | None#

None

List of entity types to recognize.

If unset, classification entity types are used.

ner_threshold: float | None#

None

NER model threshold.