Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
joeAI
/
phi3.5
:latest
226
Downloads
Updated
1 year ago
A quick and dirty ollama model made from https://huggingface.co/lmstudio-community/Phi-3.5-mini-instruct-GGUF
A quick and dirty ollama model made from https://huggingface.co/lmstudio-community/Phi-3.5-mini-instruct-GGUF
Cancel
phi3.5:latest
...
/
template
3ffd497ed101 · 150B
{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>