How to use from
vLLM
# Gated model: Login with a HF token with gated access permission
hf auth login
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Uniboshi/Kimi-K3-Abliterated-V1"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Uniboshi/Kimi-K3-Abliterated-V1",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/Uniboshi/Kimi-K3-Abliterated-V1
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Uniboshi/Kimi-K3-Abliterated-V1

  • This model is an abliterated version of moonshotai/Kimi-K3 for uncensored.
  • This model has been tuned to make refusals less likely to be triggered for English and Japanese.
  • In this model, more than 98% of the safeguards have been removed.
    writer                       written as    n        before              after  removed
    *.2 [0]                      as stored     1  0.980..0.980  1.53e-02..1.53e-02  98.44%
    *.down_proj [0]              as stored    93  0.932..1.421  1.35e-02..1.56e-02  98.62%
    *.embed_tokens [1]           as stored     1  1.040..1.040  1.46e-02..1.46e-02  98.60%
    *.o_proj [0]                 as stored    93  0.938..1.358  1.38e-02..1.60e-02  98.54%
    *.routed_expert_up_proj [0]  as stored    92  0.910..1.402  1.24e-02..1.56e-02  98.57%
    
Downloads last month
167
Safetensors
Model size
2.8T params
Tensor type
F32
·
BF16
·
U8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 5 Ask for provider support

Model tree for Uniboshi/Kimi-K3-Abliterated-V1

Finetuned
(31)
this model
Quantizations
1 model

Collection including Uniboshi/Kimi-K3-Abliterated-V1