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/mistral-nemo-gutenberg-12B"
# 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/mistral-nemo-gutenberg-12B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/nbeerbower/mistral-nemo-gutenberg-12B
Quick Links

mistral-nemo-gutenberg-12B

mistralai/Mistral-Nemo-Instruct-2407 finetuned on jondurbin/gutenberg-dpo-v0.1.

Method

Finetuned using an A100 on Google Colab for 1 epoch.

Fine-tune Llama 3 with ORPO

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 20.82
IFEval (0-Shot) 35.04
BBH (3-Shot) 32.43
MATH Lvl 5 (4-Shot) 10.42
GPQA (0-shot) 7.61
MuSR (0-shot) 10.97
MMLU-PRO (5-shot) 28.47
Downloads last month
66
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with nbeerbower/mistral-nemo-gutenberg-12B.

Model tree for nbeerbower/mistral-nemo-gutenberg-12B

Finetuned
(215)
this model
Merges
4 models
Quantizations
3 models

Dataset used to train nbeerbower/mistral-nemo-gutenberg-12B

Collection including nbeerbower/mistral-nemo-gutenberg-12B

Evaluation results