How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "DoppelReflEx/MN-12B-WolFrame-Ver.B" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "DoppelReflEx/MN-12B-WolFrame-Ver.B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "DoppelReflEx/MN-12B-WolFrame-Ver.B" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "DoppelReflEx/MN-12B-WolFrame-Ver.B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

What is this?

Defective version of WolFrame, it's confuse between {{user}} and {{char}} sometimes, cause me a lots of trouble.

Why this model have a far better eval scores than original WolFrame???

GGUF? https://huggingface.co/mradermacher/MN-12B-LilithFrame-Experiment-4-GGUF was previous name of this model

Merge Detail

### Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: DoppelReflEx/MN-12B-Mimicore-WhiteSnake
  - model: crestf411/MN-Slush
merge_method: slerp
base_model: DoppelReflEx/MN-12B-Mimicore-WhiteSnake
parameters:
  t: [0.1, 0.2, 0.4, 0.6, 0.6, 0.4, 0.2, 0.1]
dtype: bfloat16
tokenizer_source: base

Downloads last month
13
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DoppelReflEx/MN-12B-WolFrame-Ver.B

Collection including DoppelReflEx/MN-12B-WolFrame-Ver.B