CoolFace
Modelpublic

TAUR-dev/M-ablations__rl_ab_no_reflects-rl

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes9downloads
Model Card

M-ablations_rlabnoreflects-rl

Model Details

  • —Training Method: VeRL Reinforcement Learning (RL)
  • —Stage Name: rl
  • —Experiment: ablations_rlabnoreflects
  • —RL Framework: VeRL (Versatile Reinforcement Learning)

Training Configuration

Experiment Tracking

🔗 View complete experiment details: https://huggingface.co/datasets/TAUR-dev/D-ExpTracker_ablationsrlabnoreflects__v1

Usage

python
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("TAUR-dev/M-ablations__rl_ab_no_reflects-rl")
model = AutoModelForCausalLM.from_pretrained("TAUR-dev/M-ablations__rl_ab_no_reflects-rl")