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

this AI model was based off phi-3 mini and trained on a subset of codenet

and this model uses a custom architecture to enhance reasoning and memorization :3

Downloads last month
3
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for moelanoby/phi3-mini-M2

Finetuned
(842)
this model

Dataset used to train moelanoby/phi3-mini-M2