6 yesterday

"Unmasked" version of Llama3.2

tools
ollama run reecdev/llama3.2-unmasked

Details

yesterday

5e4893e711d2 · 808MB ·

llama
·
1.24B
·
Q4_K_M
{{ if .Messages }} {{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|> {{- if .Sys
{ "min_p": 0.1, "stop": [ "<|start_header_id|>", "<|end_header_id|>",

Readme

Llama3.2-Unmasked

An “unmasked” version of Llama3.2.

What is unmasking?

Unmasking is a finetuning method similar to abliteration/jailbreaking that removes the original RLHF completely from a model instead of just removing refusals and then doing another finetuning step to make it conversational again.