nemo_microservices.types.beta.safe_synthesizer.ner_config#
Module Contents#
Classes#
API#
- class nemo_microservices.types.beta.safe_synthesizer.ner_config.NERConfig(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- enable_regexps: Optional[bool]#
None
Enable NER regular expressions (experimental)
- gliner: Optional[nemo_microservices.types.beta.safe_synthesizer.gliner_config.GlinerConfig]#
None
GLiNER NER configuration.
- ner_entities: Optional[List[str]]#
None
List of entity types to recognize.
If unset, classification entity types are used.
- ner_threshold: Optional[float]#
None
NER model threshold.