How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "v000000/Qwen2.5-14B-Gutenberg-1e-Delta"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/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
docker model run hf.co/v000000/Qwen2.5-14B-Gutenberg-1e-Delta
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
9
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