Instructions to use harman/qwen2p5-7b_ultrafeedback-RM_pairpm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use harman/qwen2p5-7b_ultrafeedback-RM_pairpm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="harman/qwen2p5-7b_ultrafeedback-RM_pairpm")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("harman/qwen2p5-7b_ultrafeedback-RM_pairpm") model = AutoModel.from_pretrained("harman/qwen2p5-7b_ultrafeedback-RM_pairpm") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!