konsumer/
weather:latest

101 1 year ago

Simple demo of function-calling model.

1 year ago

85cb85c2c5db · 4.1GB

llama
·
7.24B
·
Q4_0
<|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assi
You are a helpful assistant that can answer questions about the weather. You have access to the foll
{ "stop": [ "<|im_start|>", "<|im_end|>" ] }

Readme

weather

This is a simple demo-model that uses calebfahlgren/natural-functions to call functions. This is mostly an experiment to see how feasible function-calling is, using code outside of python (training + prompt + post-parsing.)

You can see an example repo that uses it at konsumer/ai-weather.