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

Model Card for Model ID

This model is fine-tuned on the poems of Divan Hafez and can continue a verse and produce a new verse in the same style as Divan Hafez.

Model Details

Model Description

  • Developed by: Smart Software Lab
  • Language(s) (NLP): Fa

Model Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Bias, Risks, and Limitations

Some generated verses may be meaningless or similar to those in Divan.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support