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

This repository contains the model described in the paper Configurable Preference Tuning with Rubric-Guided Synthetic Data.

Github repository: https://github.com/vicgalle/configurable-preference-tuning.

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

Model tree for vicgalle/configurable-preference-phi4

Base model

microsoft/phi-4
Finetuned
(350)
this model

Dataset used to train vicgalle/configurable-preference-phi4

Collection including vicgalle/configurable-preference-phi4

Paper for vicgalle/configurable-preference-phi4