Token Classification
Transformers
Safetensors
qwen2
Generated from Trainer
axolotl
trl
prm
text-generation-inference
Instructions to use axolotl-ai-co/Qwen2.5-Math-PRM-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use axolotl-ai-co/Qwen2.5-Math-PRM-7B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="axolotl-ai-co/Qwen2.5-Math-PRM-7B")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("axolotl-ai-co/Qwen2.5-Math-PRM-7B") model = AutoModelForTokenClassification.from_pretrained("axolotl-ai-co/Qwen2.5-Math-PRM-7B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K