How to use SEGAgentRL/LLDS-R-GRPO-Qwen2.5-3B-Base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("SEGAgentRL/LLDS-R-GRPO-Qwen2.5-3B-Base") model = AutoModelForCausalLM.from_pretrained("SEGAgentRL/LLDS-R-GRPO-Qwen2.5-3B-Base")
The community tab is the place to discuss and collaborate with the HF community!