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

MetaModelv3

This model is a hybrid of the following models and is trained using the following configuration:

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 74.39
ARC (25-shot) 71.16
HellaSwag (10-shot) 88.39
MMLU (5-shot) 66.32
TruthfulQA (0-shot) 71.86
Winogrande (5-shot) 83.35
GSM8K (5-shot) 65.28
Downloads last month
183
Safetensors
Model size
11B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for gagan3012/MetaModelv3

Quantizations
1 model

Spaces using gagan3012/MetaModelv3 26

Collection including gagan3012/MetaModelv3