mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 17:56:28 +02:00
update arch-fc parameters
This commit is contained in:
parent
75cf5e5304
commit
8a4e11077c
3 changed files with 7 additions and 6 deletions
|
|
@ -4,8 +4,9 @@ FROM Arch-Function-Calling-1.5B-Q4_K_M.gguf
|
|||
PARAMETER num_predict 1024
|
||||
PARAMETER temperature 0.001
|
||||
PARAMETER top_p 1.0
|
||||
PARAMETER top_k 16000
|
||||
PARAMETER top_k 50
|
||||
PARAMETER repeat_penalty 1.0
|
||||
PARAMETER stop "<|im_start|>"
|
||||
PARAMETER stop "<|im_end|>"
|
||||
|
||||
# Set the random number seed to use for generation
|
||||
|
|
@ -15,7 +16,8 @@ PARAMETER seed 42
|
|||
TEMPLATE """
|
||||
{{- if .System }}<|im_start|>system
|
||||
{{ .System }}<|im_end|>
|
||||
{{ end }}{{ if .Prompt }}<|im_start|>user
|
||||
{{ end }}{{ if .Prompt }}
|
||||
<|im_start|>user
|
||||
{{ .Prompt }}<|im_end|>
|
||||
{{ end }}<|im_start|>assistant
|
||||
{{ .Response }}<|im_end|>"""
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@ prompt_targets:
|
|||
description: The policy number for which the insurance claim details are requested.
|
||||
type: string
|
||||
- name: include_expired
|
||||
description: Include expired insurance claims in the response.
|
||||
type: string
|
||||
default: "false"
|
||||
description: whether to include expired insurance claims in the response.
|
||||
type: bool
|
||||
required: true
|
||||
endpoint:
|
||||
cluster: api_server
|
||||
path: /insurance_claim_details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue