Josiefied and Abliterated Qwen3
Collection
Abliterated, and further fine-tuned to be the most uncensored models available. Now in MLX
•
7 items
•
Updated
•
1
This model mlx-community/Josiefied-Qwen3-1.7B-abliterated-v1-bf16 was converted to MLX format from Goekdeniz-Guelmez/Josiefied-Qwen3-1.7B-abliterated-v1 using mlx-lm version 0.23.2.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Josiefied-Qwen3-1.7B-abliterated-v1-bf16")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
Base model
Qwen/Qwen3-1.7B-Base