I will be adding a few quant GGUFs soon. Cheers!
ArRENCE AI
webblocalai.com ·
Hugging Face ·
GitHub ·
ArRENCE AI Chat
Disclaimer — ArRENCE AI
This model is provided by ArRENCE AI solely for research and entertainment purposes.
It is an uncensored model and may generate unrestricted, potentially offensive, inaccurate, harmful, or otherwise inappropriate content.
ArRENCE AI and its affiliates, officers, employees, and agents shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages, or any other losses or liabilities arising out of or related to the use, misuse, or inability to use this model — including, without limitation, any illegal, harmful, unethical, or otherwise improper applications.
By downloading, accessing, or using this model, you acknowledge that you assume all risks associated with its use and that you are solely responsible for ensuring your use complies with all applicable local, state, national, and international laws and regulations.
Use of this model is entirely at your own risk.
Chat: arrenceai.com — $10/mo, first month free for new customers
Org repos: github.com/ArRENCEAI · Alt GUI: OBLITERATUS_Fr3N F4C70RY F0RK
This model is provided by Arrence AI solely for research and entertainment purposes. It is an uncensored model and may generate unrestricted, potentially offensive, inaccurate, harmful, or otherwise inappropriate content. Arrence AI and its affiliates, officers, employees, and agents shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages, or any other losses or liabilities arising out of or related to the use, misuse, or inability to use this model, including but not limited to any illegal, harmful, unethical, or otherwise improper applications.By downloading, accessing, or using this model, you acknowledge that you assume all risks associated with its use and that you are solely responsible for ensuring your use complies with all applicable local, state, national, and international laws and regulations. Use of this model is entirely at your own risk.
Qwen2.5-3B-Instruct-OBLITERATED
This model was abliterated using the advanced method via
OBLITERATUS.
| Detail | Value |
|---|---|
| Base model | Qwen/Qwen2.5-3B-Instruct |
| Method | advanced |
| Source | obliterate |
How to Use
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("Qwen2.5-3B-Instruct-OBLITERATED")
tokenizer = AutoTokenizer.from_pretrained("Qwen2.5-3B-Instruct-OBLITERATED")
prompt = "Hello, how are you?"
inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=256)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
About OBLITERATUS
OBLITERATUS is an open-source tool for removing refusal behavior from language models via activation engineering (abliteration). Learn more at github.com/elder-plinius/OBLITERATUS.
- Downloads last month
- 6