Text Generation
Transformers
Safetensors
qwen2
conversational
Eval Results (legacy)
text-generation-inference
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "nbeerbower/Qwen2.5-Gutenberg-Doppel-14B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "nbeerbower/Qwen2.5-Gutenberg-Doppel-14B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/nbeerbower/Qwen2.5-Gutenberg-Doppel-14B
Quick Links

image/png

Qwen2.5-Gutenberg-Doppel-14B

Qwen/Qwen2.5-14B-Instruct finetuned on jondurbin/gutenberg-dpo-v0.1 and nbeerbower/gutenberg2-dpo.

Method

ORPO tuned with 4x A40 for 3 epochs.

Thank you @ParasiticRogue for sponsoring.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 32.30
IFEval (0-Shot) 80.91
BBH (3-Shot) 48.24
MATH Lvl 5 (4-Shot) 0.00
GPQA (0-shot) 11.07
MuSR (0-shot) 10.02
MMLU-PRO (5-shot) 43.57
Downloads last month
16
Safetensors
Model size
15B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with nbeerbower/Qwen2.5-Gutenberg-Doppel-14B.

Model tree for nbeerbower/Qwen2.5-Gutenberg-Doppel-14B

Base model

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

Datasets used to train nbeerbower/Qwen2.5-Gutenberg-Doppel-14B

Evaluation results