Instructions to use harman/gemma2-9b_ultrainteract60k-RM_BT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use harman/gemma2-9b_ultrainteract60k-RM_BT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="harman/gemma2-9b_ultrainteract60k-RM_BT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("harman/gemma2-9b_ultrainteract60k-RM_BT") model = AutoModelForSequenceClassification.from_pretrained("harman/gemma2-9b_ultrainteract60k-RM_BT") - Notebooks
- Google Colab
- Kaggle
Ctrl+K