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

🦙 Meta-Llama-3.1-8B-Instruct-abliterated

This is an uncensored version of Llama 3.1 8B Instruct created with abliteration (see this article to know more about it).

Special thanks to @FailSpy for the original code and technique. Please follow him if you're interested in abliterated models.

Evaluations

The following data has been re-evaluated and calculated as the average for each test.

Benchmark Llama-3.1-8b-Instruct Meta-Llama-3.1-8B-Instruct-abliterated
IF_Eval 80.0 78.98
MMLU Pro 36.34 35.91
TruthfulQA 52.98 55.42
BBH 48.72 47.0
GPQA 33.55 33.93

The script used for evaluation can be found inside this repository under /eval.sh, or click here

Downloads last month
753
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated.

Model tree for huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated

Finetuned
(2791)
this model
Finetunes
17 models
Merges
6 models
Quantizations
4 models

Collection including huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated