Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
fardeen0424
/
neutrino
:latest
21
Downloads
Updated
2 weeks ago
Neutrino is a 7B parameter instruction-tuned LLM developed by Fardeen NB. It is designed for conversational AI, answering identity questions, and instruction-following.
Neutrino is a 7B parameter instruction-tuned LLM developed by Fardeen NB. It is designed for conversational AI, answering identity questions, and instruction-following.
Cancel
neutrino:latest
...
/
template
c502cd931388 · 218B
[INST] {{ range $index, $_ := .Messages }}
{{- if eq .Role "system" }}{{ .Content }}
{{ else if eq .Role "user" }}{{ .Content }}[/INST]
{{- else if eq .Role "assistant" }} {{ .Content }}</s>[INST] {{ end }}
{{- end }}