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

Please see our LLMZoo project: https://github.com/FreedomIntelligence/LLMZoo.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 40.69
ARC (25-shot) 44.71
HellaSwag (10-shot) 63.23
MMLU (5-shot) 39.06
TruthfulQA (0-shot) 47.08
Winogrande (5-shot) 62.83
GSM8K (5-shot) 1.29
DROP (3-shot) 26.62
Downloads last month
1,061
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using FreedomIntelligence/phoenix-inst-chat-7b 41