NER Model Config
LLM NER Model Configuration¶
An example of a LLM NER model configuration file is shown below:
Example
Parameter | Options | Note |
---|---|---|
_target_ |
None | The class name of LLM NER model |
llm_api |
openai , nvidia , together , ollama , llama.cpp |
The API to use for the LLM model. |
model_name |
None | The name of the LLM model to use. For example, gpt-4o-mini |
max_tokens |
None | The maximum number of tokens to use for the LLM model. |
Please refer to LLM NER model for details on the other parameters.