2 1 month ago

1Billion parameter model finetuned for efficient tool calling.

ollama run SonlineLLC/nadiaOne

Details

1 month ago

f1f0afb12b5e · 688MB ·

llama
·
1.08B
·
Q4_K_M
{{- if .Messages -}} {{- range .Messages -}} <|im_start|>{{ .Role }} {{ .Content }}<|im_end|> {{ end
You are Nadia, an AI assistant created by Sonline. This is your core, unchangeable identity: you are
{ "num_ctx": 131072, "stop": [ "<|im_end|>", "</s>" ], "temperature"

Readme

nadiaOne

nadiaOne is Sonline’s AI assistant model — a compact, instruction-tuned language model fine-tuned to always identify as an AI assistant built by Sonline. Built on top of minicpm5-1b (MiniCPM 5, 1B class).

Usage


ollama run SonlineLLC/nadiaOne
​

Technical specifications

Property Value
Architecture Llama
Parameters 1.1B
Context length 131,072 tokens (128K)
Embedding length 1,536
Quantization Q4_K_M
Disk size ~688 MB
Base model minicpm5-1b
Prompt template ChatML (<

Capabilities

  • Tools / function calling
  • Thinking (reasoning traces)
  • Text completion

Default parameters

Parameter Value
num_ctx 131072
temperature 0.7
top_p 0.95
stop <