Instructions to use berkeley-nest/Starling-RM-7B-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use berkeley-nest/Starling-RM-7B-alpha with Transformers:
# Load model directly from transformers import AutoTokenizer, LLMForSequenceRegression tokenizer = AutoTokenizer.from_pretrained("berkeley-nest/Starling-RM-7B-alpha") model = LLMForSequenceRegression.from_pretrained("berkeley-nest/Starling-RM-7B-alpha") - Notebooks
- Google Colab
- Kaggle
Fix issues in sample code: Invalid reward_tokenizer and issue in returning scores
#1
by amitness - opened
Oops sorry seems that there's some error when copy paste the code. Thx for fixing it!
banghua changed pull request status to merged


