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

Odin's Smegma 9B

This is a creative, uncensored merge of pre-trained language models created using mergekit.

image/png width=640

mergekit_config.yml

base_model: Delta-Vector/Odin-9B
dtype: bfloat16
merge_method: slerp
parameters:
  t:
  - filter: self_attn
    value: [0.0, 0.5, 0.3, 0.7, 1.0]
  - filter: mlp
    value: [1.0, 0.5, 0.7, 0.3, 0.0]
  - value: 0.5
slices:
- sources:
  - layer_range: [0, 42]
    model: BeaverLegacy/Smegmma-Deluxe-9B-v1
  - layer_range: [0, 42]
    model: Delta-Vector/Odin-9B
Downloads last month
16
Safetensors
Model size
10B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Naphula/Odins-Smegma-9B

Merge model
this model
Merges
2 models
Quantizations
2 models

Collection including Naphula/Odins-Smegma-9B