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

This is a really uncensored version of llamabackup/Llama-3.3-8B-Instruct-128K "128k context" created with Heretic
https://github.com/p-e-w/heretic

initial Refusals 93/100
-> now 7 Refusals with KL=0.08
I added 30 more refusal_markers, so there may be fewer without them.
I also added 17 more bad prompts to the dataset.

Note: This heretic model is highly uncensored; thus use it with extreme caution and care.
better than all other uncesored versions from others for this model (21.FEB 26)



Downloads last month
13
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for kalle07/llama-3.3-8b-instruct-heretic_R7_KL008_q8_0-gguf

Collection including kalle07/llama-3.3-8b-instruct-heretic_R7_KL008_q8_0-gguf