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

qw3-yi1.5-9b-1x2e-4

This model was fine-tuned on the archives of Dinosaur Comics.

Downloads last month
26
GGUF
Model size
9B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for paul-stansifer/qw3-yi1.5-9b-1x2e-4

Base model

01-ai/Yi-1.5-9B
Quantized
(11)
this model

Dataset used to train paul-stansifer/qw3-yi1.5-9b-1x2e-4

Evaluation results