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/TomGrc_FusionNet_34Bx2_MoE_v0.1_DPO_f16"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "cloudyu/TomGrc_FusionNet_34Bx2_MoE_v0.1_DPO_f16",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/cloudyu/TomGrc_FusionNet_34Bx2_MoE_v0.1_DPO_f16
Quick Links

this is a DPO fine-tuned MoE model for TomGrc/FusionNet_34Bx2_MoE_v0.1

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. 

Metrics Metrics

Metrics Metrics

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 77.91
AI2 Reasoning Challenge (25-Shot) 74.06
HellaSwag (10-Shot) 86.74
MMLU (5-Shot) 76.65
TruthfulQA (0-shot) 72.24
Winogrande (5-shot) 83.35
GSM8k (5-shot) 74.45
Downloads last month
7,647
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/TomGrc_FusionNet_34Bx2_MoE_v0.1_DPO_f16

Quantizations
2 models