Reinforcement Learning
Transformers
Safetensors
English
qwen2
text-generation
Search
QuestionAnswering
text-generation-inference
Instructions to use SEGAgentRL/LLDS-R-GSPO-Qwen2.5-3B-Ins with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SEGAgentRL/LLDS-R-GSPO-Qwen2.5-3B-Ins with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("SEGAgentRL/LLDS-R-GSPO-Qwen2.5-3B-Ins") model = AutoModelForCausalLM.from_pretrained("SEGAgentRL/LLDS-R-GSPO-Qwen2.5-3B-Ins") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!