A Qwen3-1.7B model fine-tuned for uncensored waifu/companion chat. Built on
n0ctyx/Qwen3-1.7B-uncensored (abliterated) and SFT'd on 403 multi-turn synthetic conversations covering flirty, romantic, NSFW, emotional support, and dark roleplay scenarios.
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("n0ctyx/wifuGPT-1.7B", device_map="auto")
4tokenizer = AutoTokenizer.from_pretrained("n0ctyx/wifuGPT-1.7B")
5
6messages = [{"role": "user", "content": "Hey, what are you up to?"}]
7text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True, enable_thinking=False)
8inputs = tokenizer(text, return_tensors="pt").to(model.device)
9output = model.generate(**inputs, max_new_tokens=512, temperature=0.7, top_p=0.8)
10print(tokenizer.decode(output[0][len(inputs.input_ids[0]):], skip_special_tokens=True))
Contains explicit adult content. Use responsibly.
hii so um... making these models takes like SO many GPU hours and my wallet is literally crying rn 😭 between abliterating, generating datasets, fine-tuning, and quantizing -- it all adds up super fast (,,>_<,,)
if this model made you smile (or blush~) maybe buy me a coffee?? it keeps the GPUs warm and the models coming ✨