Token Classification
Transformers
Safetensors
qwen2
Generated from Trainer
trl
prm
text-generation-inference
Instructions to use HuggingFaceH4/Qwen2.5-Math-1.5B-Instruct-PRM-0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HuggingFaceH4/Qwen2.5-Math-1.5B-Instruct-PRM-0.2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="HuggingFaceH4/Qwen2.5-Math-1.5B-Instruct-PRM-0.2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("HuggingFaceH4/Qwen2.5-Math-1.5B-Instruct-PRM-0.2") model = AutoModelForTokenClassification.from_pretrained("HuggingFaceH4/Qwen2.5-Math-1.5B-Instruct-PRM-0.2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7bd295f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e25b4325d751fa04956d7b3006229fc40c2381516b3bdbd665bc3b586ac2f000
size 6776
|