Latent Inter-User Difference Modeling for LLM Personalization
Paper • 2507.20849 • Published
How to use SnowCharmQ/DEP-model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("SnowCharmQ/DEP-model")
model = AutoModel.from_pretrained("SnowCharmQ/DEP-model")The model is used in our DEP method.