Text Generation
Transformers
Safetensors
conversational
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="vicgalle/configurable-preference-phi4")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("vicgalle/configurable-preference-phi4", dtype="auto")
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