Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
superdrew100
/
phi3-medium-abliterated
:latest
6,538
Downloads
Updated
1 year ago
This is a phi3 medium model that has had the prompt rejection neurons snipped which is better than fine tuning as it doesn't change how the model acts
This is a phi3 medium model that has had the prompt rejection neurons snipped which is better than fine tuning as it doesn't change how the model acts
Cancel
phi3-medium-abliterated:latest
...
/
template
542b217f179c · 148B
{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>