How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Q-bert/Optimus-7B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Q-bert/Optimus-7B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Q-bert/Optimus-7B
Quick Links

Optimus-7B

Optimus-7B

Fine-tuned On mistralai/Mistral-7B-v0.1 with meta-math/MetaMathQA

You can use ChatML format.

Open LLM Leaderboard Evaluation Results

Detailed results can be found Here

Metric Value
Avg. 69.09
ARC (25-shot) 65.44
HellaSwag (10-shot) 85.41
MMLU (5-shot) 63.61
TruthfulQA (0-shot) 55.79
Winogrande (5-shot) 78.77
GSM8K (5-shot) 65.50
Downloads last month
78
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with Q-bert/Optimus-7B.

Model tree for Q-bert/Optimus-7B

Finetuned
(947)
this model
Merges
1 model
Quantizations
6 models

Dataset used to train Q-bert/Optimus-7B

Collection including Q-bert/Optimus-7B