nemo_microservices.types.beta.safe_synthesizer.gliner_config#
Module Contents#
Classes#
API#
- class nemo_microservices.types.beta.safe_synthesizer.gliner_config.GlinerConfig(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- batch_size: int | None#
None
GLiNER batch size.
- chunk_length: int | None#
None
GLiNER batch chunk length in characters.
- enable_batch_mode: bool | None#
None
Enable GLiNER batch mode.
- enable_gliner: bool | None#
None
Enable GLiNER NER module
- gliner_model: str | None#
None
GLiNER model name.