nemo_microservices.types.beta.safe_synthesizer.gliner_config_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.beta.safe_synthesizer.gliner_config_param.GlinerConfigParam#

Bases: typing_extensions.TypedDict

batch_size: int#

None

GLiNER batch size.

chunk_length: int#

None

GLiNER batch chunk length in characters.

enable_batch_mode: bool#

None

Enable GLiNER batch mode.

enable_gliner: bool#

None

Enable GLiNER NER module

gliner_model: str#

None

GLiNER model name.