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

This model was created for an XDA article to demonstrate fine-tuning and the capabilities of the Lenovo ThinkStation PGX. It uses acon96's Home Assistant requests dataset with a second stage fine-tuning pipeline containing synthesized conversation outputs of automations collected from the Home Assistant documentation.

This model is distributed as standard GGUFs, and was tested in llama.cpp.

Downloads last month
278
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AdamConway/Qwen2.5-Coder-7B-Instruct-Home-Assistant

Base model

Qwen/Qwen2.5-7B
Quantized
(193)
this model

Dataset used to train AdamConway/Qwen2.5-Coder-7B-Instruct-Home-Assistant