How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "FunkEngine/FunkEngine-6B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "FunkEngine/FunkEngine-6B",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/FunkEngine/FunkEngine-6B
Quick Links

Model Card for FunkEngine-6B

This is one of those times where it is entirely appropriate to put lipstick on a pig...

Model Details

Model Description

FunkEngine-6B is the pig we all know and love that experiment 2 created in January 2023, but wearing lipstick.

Use of this specific model allows one to bring the pig into places that have "standards" to keep the unfancy pigs out, because clearly this lipstick-adorned pig is upperclass.

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