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 "v000000/Qwen2.5-14B-Gutenberg-1e-Delta" \
    --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": "v000000/Qwen2.5-14B-Gutenberg-1e-Delta",
		"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 "v000000/Qwen2.5-14B-Gutenberg-1e-Delta" \
        --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": "v000000/Qwen2.5-14B-Gutenberg-1e-Delta",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Qwen2.5-14B-Gutenberg-1e-Delta

image/png


This is "Qwen2.5-14B-Instruct" trained on jondurbin/gutenberg-dpo-v0.1 for 1.25 epoch's (DPO).

GGUF from QuantFactory:

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 32.11
IFEval (0-Shot) 80.45
BBH (3-Shot) 48.62
MATH Lvl 5 (4-Shot) 0.00
GPQA (0-shot) 10.51
MuSR (0-shot) 9.38
MMLU-PRO (5-shot) 43.67
Downloads last month
16
Safetensors
Model size
15B params
Tensor type
BF16
ยท
Inference Providers NEW
Input a message to start chatting with v000000/Qwen2.5-14B-Gutenberg-1e-Delta.

Model tree for v000000/Qwen2.5-14B-Gutenberg-1e-Delta

Base model

Qwen/Qwen2.5-14B
Finetuned
(420)
this model
Merges
6 models
Quantizations
6 models

Dataset used to train v000000/Qwen2.5-14B-Gutenberg-1e-Delta

Spaces using v000000/Qwen2.5-14B-Gutenberg-1e-Delta 2

Evaluation results