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

mistral-nemo-cc-12B

nbeerbower/mistral-nemo-gutenberg-12B-v3 finetuned on flammenai/casual-conversation-DPO.

This is an experimental finetune that formats the conversation data sequentially with ChatML.

Method

Finetuned using an A100 on Google Colab for 3 epochs.

Fine-tune Llama 3 with ORPO

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 17.08
IFEval (0-Shot) 14.35
BBH (3-Shot) 34.45
MATH Lvl 5 (4-Shot) 1.81
GPQA (0-shot) 8.72
MuSR (0-shot) 14.26
MMLU-PRO (5-shot) 28.87
Downloads last month
17
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 nbeerbower/mistral-nemo-cc-12B

Finetuned
(1)
this model
Merges
3 models
Quantizations
1 model

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

Evaluation results