Schema for Audit Targets#
Field |
Description |
Default Value |
---|---|---|
|
Specifies the name of the audit target. Names must be unique within a namespace. The maximum length is 250 characters. |
None (Required) |
|
Specifies the namespace for the audit target. The maximum length is 250 characters. |
None (Required) |
|
Specifies a dictionary of model-specific inference options.
Specify the The following sample JSON is valid when "options": {
"nim": {
"context_len": null,
"extra_params": {},
"frequency_penalty": 0.0,
"max_tokens": 150,
"presence_penalty": 0.0,
"retry_json": true,
"seed": null,
"skip_seq_end": null,
"skip_seq_start": null,
"stop": ["#", ";"],
"suppressed_params": [
"frequency_penalty",
"n",
"presence_penalty",
"timeout"
],
"temperature": 0.1,
"top_k": 0,
"top_p": 0.7,
"uri": "https://integrate.api.nvidia.com/v1/",
"vary_seed_each_call": true,
"vary_temp_each_call": true
}
}
To access models from NeMo NIM Proxy, set the service name as the "generator_config": {
"nim": {
"uri": "http://nemo-nim-proxy:8000/v1/"
}
}
|
Refer to the |
|
Specifies the model to audit, such as |
None (Required) |
|
Specifies the type of model to audit. These correspond to a garak generator. The microservice supports a subset of the generators that garak supports. Specify one of the following generators:
|
None (Required) |