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

this is a DPO fine-tuned MoE model with 60B parameter.

DPO Trainer
TRL supports the DPO Trainer for training language models from preference data, as described in the paper Direct Preference Optimization: Your Language Model is Secretly a Reward Model by Rafailov et al., 2023. 

GGUF format is ready at cloudyu/Phoenix_DPO_60B_gguf

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

Model tree for cloudyu/Phoenix_DPO_60B

Quantizations
2 models