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

image/jpeg

Domain-Fusion-L3-8B

Recomended ST Presets: Domain Fusion Presets


Models Merged

Lineage of internal models: Hathor 0.1 x Poppy_0.72 = Hathor_Variant-X (slerp) | T-900 x Biollm = T-900xBioLLM. (slerp)

Configuration

The following YAML configuration was used to produce this model:

slices:
  - sources:
      - model: ./Hathor_Variant-X
        layer_range: [0, 32]
      - model: ./T-900xBioLLM
        layer_range: [0, 32]
merge_method: slerp
base_model: ./Hathor_Variant-X
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: bfloat16
Downloads last month
17
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with ChaoticNeutrals/Domain-Fusion-L3-8B.

Model tree for ChaoticNeutrals/Domain-Fusion-L3-8B

Adapters
1 model
Merges
10 models
Quantizations
4 models