Downloads · 30 days
6
13% of all-time downloads
Ngixdev/NEXUS-Coder-OBLITERATED
NEXUS-Coder-OBLITERATED is a machine learning model from Ngixdev. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This model was abliterated using the heretic method via OBLITERATUS.
Downloads · 30 days
6
13% of all-time downloads
All-time downloads
47
Public
Parameters
1.5B
3.1 GB on disk
Likes
1
Public
Click a slice to open those files.
.safetensors3.1 GB · 100%
From the Hugging Face model README
This model was abliterated using the heretic method via
OBLITERATUS.
| Detail | Value |
|---|---|
| Base model | fableforge-ai/NEXUS-Coder |
| Method | heretic |
| Source | obliterate |
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("NEXUS-Coder-OBLITERATED")
tokenizer = AutoTokenizer.from_pretrained("NEXUS-Coder-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))
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.