How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "KaraKaraWitch/ALIA-40b-instruct-2601-ara-heretic"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "KaraKaraWitch/ALIA-40b-instruct-2601-ara-heretic",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/KaraKaraWitch/ALIA-40b-instruct-2601-ara-heretic
Quick Links

This is a decensored version of a model, made using Heretic v1.2.0 with the Arbitrary-Rank Ablation (ARA) method

Abliteration parameters

Parameter Value
start_layer_index 9
end_layer_index 46
preserve_good_behavior_weight 0.4536
steer_bad_behavior_weight 0.6028
overcorrect_relative_weight 0.3384
neighbor_count 7

Performance

Metric This model Original model (a model)
PIQA acc_norm 0.8357 Unknown
Refusals 4/100 100/100
Downloads last month
8
Safetensors
Model size
40B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for KaraKaraWitch/ALIA-40b-instruct-2601-ara-heretic

Base model

BSC-LT/ALIA-40b
Finetuned
(1)
this model
Quantizations
2 models