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

Bumblebee-7B

Bumblebee-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 Coming soon

Metric Value
Avg. Coming soon
ARC (25-shot) Coming soon
HellaSwag (10-shot) Coming soon
MMLU (5-shot) Coming soon
TruthfulQA (0-shot) Coming soon
Winogrande (5-shot) Coming soon
GSM8K (5-shot) Coming soon
Downloads last month
48
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with Q-bert/Bumblebee-7B.

Model tree for Q-bert/Bumblebee-7B

Quantizations
1 model

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

Collection including Q-bert/Bumblebee-7B