mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-08 21:28:05 -05:00
synthesize new data, update training job/configs
This commit is contained in:
@@ -240,6 +240,9 @@ def option_overrides(backend_type: str) -> dict[str, Any]:
|
||||
CONF_TOOL_CALL_PREFIX: "<start_function_call>",
|
||||
CONF_TOOL_CALL_SUFFIX: "<end_function_call>",
|
||||
CONF_TOOL_RESPONSE_AS_STRING: False, # gemma function calling requires tool responses as a dictionary
|
||||
CONF_TEMPERATURE: 1.0,
|
||||
CONF_TOP_P: 0.95,
|
||||
CONF_TOP_K: 64,
|
||||
},
|
||||
"home-llama-3.2": {
|
||||
CONF_PROMPT: DEFAULT_PROMPT_BASE_LEGACY,
|
||||
|
||||
Reference in New Issue
Block a user