Reinforcement Learning
Transformers
Safetensors
English
qwen2
text-generation
qwen2.5
14b
besiegefield
catapult
gemini-2.5-pro
synthetic-data
instruct
text-generation-inference
Instructions to use Godheritage/Qwen2.5-14B-Instruct-BesiegeField-CatapultRL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Godheritage/Qwen2.5-14B-Instruct-BesiegeField-CatapultRL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Godheritage/Qwen2.5-14B-Instruct-BesiegeField-CatapultRL") model = AutoModelForCausalLM.from_pretrained("Godheritage/Qwen2.5-14B-Instruct-BesiegeField-CatapultRL") - Notebooks
- Google Colab
- Kaggle
Ctrl+K