konsumer/ weather:latest

127 2 years ago

Simple demo of function-calling model.

ollama run konsumer/weather

Details

2 years ago

85cb85c2c5db · 4.1GB ·

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

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.