Instructions to use Salesforce/RetailSim-GRPO-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Salesforce/RetailSim-GRPO-4B with PEFT:
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") - Notebooks
- Google Colab
- Kaggle
metadata
base_model: google/gemma-3-4b-it
library_name: peft
tags:
- gemma3
- lora
- peft
- vllm
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