Views
No views yet
calculator tool for anything you need to be exactly right.web_search/fetch_url for facts outside its training.<|system|>{system}<|end|><|user|>{user}<|end|><|assistant|>{reply}<|end|><tool_call>\n{"name": "...", "arguments": {...}}\n</tool_call>
Tool result (feed back as a user turn): <|user|><tool_response>\n{result}\n</tool_response><|end|>1from transformers import AutoModelForCausalLM, AutoTokenizer
2tok = AutoTokenizer.from_pretrained("SmallAICreator/AuroraGPT-Math")
3model = AutoModelForCausalLM.from_pretrained("SmallAICreator/AuroraGPT-Math")
4msgs = [{"role": "user", "content": "What is 47 times 23? Show your work."}]
5ids = tok.apply_chat_template(msgs, add_generation_prompt=True, return_tensors="pt")
6print(tok.decode(model.generate(ids, max_new_tokens=100)[0][ids.shape[1]:], skip_special_tokens=True))AuroraGPT-Math.Q8_0.gguf, 753MB) is included, with a tool-capable chat template embedded so mobile GGUF apps show the tool picker.<|end|>.