YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Monet no-text ViRL39K GRPO checkpoints
This repo stores intermediate checkpoints from no-text Monet GRPO training on ViRL39K.
Load a checkpoint with:
from transformers import AutoProcessor
from RL.monet_models.transformers.monet_modeling_qwen2_5_vl import Qwen2_5_VLForConditionalGeneration
repo_id = "RuoliuYang/Monet_no_text_stage3_ViRL39K_GRPO_10k"
subfolder = "checkpoint-1000"
processor = AutoProcessor.from_pretrained(repo_id, subfolder=subfolder, trust_remote_code=True)
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(repo_id, subfolder=subfolder, trust_remote_code=True)
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support