Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
redule26
/
huihui_ai_qwen2.5-vl-7b-abliterated
:latest
2,255
Downloads
Updated
1 month ago
This is an uncensored version of Qwen/Qwen2.5-VL-7B-Instruct created with abliteration (see remove-refusals-with-transformers to know more about it). Created by https://huggingface.co/huihui-ai
This is an uncensored version of Qwen/Qwen2.5-VL-7B-Instruct created with abliteration (see remove-refusals-with-transformers to know more about it). Created by https://huggingface.co/huihui-ai
Cancel
vision
huihui_ai_qwen2.5-vl-7b-abliterated:latest
...
/
template
20f9981c69f1 · 505B
{{- if .System -}}
<|im_start|>system
{{ .System }}<|im_end|>
{{- end -}}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{- if eq .Role "user" }}
<|im_start|>user
{{ .Content }}<|im_end|>
{{- else if eq .Role "assistant" }}
<|im_start|>assistant
{{ if .Content }}{{ .Content }}{{ if not $last }}<|im_end|>
{{- else -}}<|im_end|>{{- end -}}
{{- end -}}
{{- end -}}
{{- if and (ne .Role "assistant") $last }}
<|im_start|>assistant
{{ end -}}
{{- end }}