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

merge

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

Merge Details

Merge Method

This model was merged using the Task Arithmetic merge method using anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Kaoeiri/MS-Hempantheonsel-Mull-v5x1.8RP-Cydonia-vXXX-24B-12
    parameters:
      weight: 1.0
      density: 0.85
  - model: NousResearch/DeepHermes-3-Mistral-24B-Preview
    parameters:
      weight: 0.35
      density: 0.75
  - model: anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF
    parameters:
      weight: 1
      density: 0.5
      
merge_method: task_arithmetic

base_model: anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF
tokenizer_source: union
parameters:
  int8_mask: true
  normalize: true
dtype: bfloat16
Downloads last month
2
Safetensors
Model size
24B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Kaoeiri/MS-Hempantheonsel-Mull-v5x1.8RP-Cydonia-vXXX-24B-12.2

Paper for Kaoeiri/MS-Hempantheonsel-Mull-v5x1.8RP-Cydonia-vXXX-24B-12.2