39 3 weeks ago

LFM2-1.2B-Tool — a specialized 1.2B tool-calling model from Liquid AI, fine-tuned exclusively for concise and precise function calling. Uses a hybrid LIV+GQA architecture, outperforms thinking models of similar size without chain-of-thought overhead.

f784726d5c60 · 427B
{
"frequency_penalty": 0,
"min_p": 0,
"num_batch": 256,
"num_ctx": 32768,
"num_gpu": 99,
"num_thread": 6,
"presence_penalty": 0,
"repeat_penalty": 1.05,
"stop": [
"<|im_start|>",
"<|im_end|>",
"<|tool_list_start|>",
"<|tool_list_end|>",
"<|tool_call_start|>",
"<|tool_call_end|>",
"<|tool_response_start|>",
"<|tool_response_end|>"
],
"temperature": 0,
"top_k": 50,
"top_p": 0.9
}