How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-4b-it")
model = PeftModel.from_pretrained(base_model, "Salesforce/RetailSim-GRPO-4B")

UserGRPO Model for Retail Simulations

UserGRPO checkpoint based on Gemma-3 for agent simulations in SalesSim. This model has been trained to adhere to persona specifications in dialogue-based retail simulations, as specified by preferences and dealbreakers.

License

CC-BY-NC 4.0

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Salesforce/RetailSim-GRPO-4B

Adapter
(431)
this model