Instructions to use dongboklee/dPRM-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dongboklee/dPRM-14B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dongboklee/dPRM-14B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dongboklee/dPRM-14B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card for Rethinking Reward Models for Multi-Domain Test-Time Scaling
#1 opened 10 months ago
by
nielsr