joeAI/
phi3.5:latest

226 1 year ago

A quick and dirty ollama model made from https://huggingface.co/lmstudio-community/Phi-3.5-mini-instruct-GGUF

3ffd497ed101 · 150B
{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>