anirudhmamgain/latest_phi2_grpo_combined_rewards_strict
07
Phi-2 GRPO Combined Rewards (Strict)
This is a fine-tuned version of Phi-2 using GRPO with combined reward signals (factual accuracy + format adherence + chain-of-thought strictness).
Usage
from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("anirudhmamgain/latest_phi2_grpo_combined_rewards_strict", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("anirudhmamgain/latest_phi2_grpo_combined_rewards_strict", trust_remote_code=True)